diff --git a/app/layout.tsx b/app/layout.tsx
index f7e343d..9ee39ba 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -23,7 +23,7 @@ const newsreader = Newsreader({
});
export const metadata: Metadata = {
- title: "LBP Simulator | Balancer",
+ title: "Liquidity Bootstrapping Pools | Balancer",
description: "Simulate a LBP sale to understand price discovery.",
icons: {
icon: [
diff --git a/components/layout/CommomQuestions.tsx b/components/layout/CommomQuestions.tsx
index 4756d54..a01c5ac 100644
--- a/components/layout/CommomQuestions.tsx
+++ b/components/layout/CommomQuestions.tsx
@@ -29,7 +29,7 @@ const QUESTIONS = [
"Yes. LBPs offer the flexibility to implement structured fixed price strategies over time, enabling teams to launch tokens in a more efficient and controlled manner.",
},
{
- question: "I wanted to deploy a LBP on a EVM with no support. How can I proceed?",
+ question: "The chain I want to deploy on isn't supported yet. What are my options?",
answer:
"Contact our product and support team to learn more about new integrations and other issues.",
},
diff --git a/components/layout/Insights.tsx b/components/layout/Insights.tsx
index bdd1277..bd7a06e 100644
--- a/components/layout/Insights.tsx
+++ b/components/layout/Insights.tsx
@@ -33,13 +33,13 @@ const INSIGHTS = [
{
subtitle: "Invert the Mechanics",
paragraph:
- "Reverse the standard logic by starting with high collateral weight (e.g., 90% DAI) to generate natural upward price pressure.",
+ "Start with high collateral weight (e.g., 90% DAI) to create natural upward price pressure as weights shift.",
Icon: RefreshCcw,
},
{
subtitle: "Passive Accumulation",
paragraph:
- "Operate as an automated limit order where arbitrageurs are incentivized to fill your treasury organically as weights adjust.",
+ "Function as an automated limit order: arbitrageurs fill your treasury with collateral as pool weights shift, requiring no active management.",
Icon: Magnet,
},
{
diff --git a/components/layout/KPI.tsx b/components/layout/KPI.tsx
index 853d3cb..ff392db 100644
--- a/components/layout/KPI.tsx
+++ b/components/layout/KPI.tsx
@@ -79,35 +79,35 @@ export function KPI() {
- Historical amount raised
+ Total Raised
{formatCurrency(raised)}
- Liquidity bootstrapped through on-chain auctions.
+ Bootstrapped through on-chain auctions across all LBPs.
- LBP pools created
+ LBPs Launched
{formatCount(pools)}
- Verified launches across ecosystems and communities.
+ Completed launches across ecosystems and communities.
- Single participants
+ Unique participants
{formatCount(participants)}
- Unique participants across LBP launches.
+ Individual wallets that participated in LBP launches.
- Launch, divest, and buy back tokens, securely on-chain.
+ Launch, divest, and buy back tokens, all transparent.
- Launch with confidence using programmable LBP mechanics built for
- fair price discovery and transparent allocation.
+ Built for fair price discovery and minimal market impact, whether
+ you're launching a token, executing a buyback, or divesting a
+ treasury position.