feat: expand autonomous protocol narrative, adopt token-owned-liquidity language (#176)
This commit is contained in:
parent
8a5a4f7e6d
commit
9f1c255e13
2 changed files with 36 additions and 6 deletions
|
|
@ -28,7 +28,8 @@
|
|||
<div class="card">
|
||||
<div class="card-emoji">⚡</div>
|
||||
<h3>Adaptive Trading</h3>
|
||||
<p>Kraiken optimizes 3 trading strategies non-stop — working to capture fees, adjusting depth, reading the market. Never sleeps, never panics.</p>
|
||||
<p>KRK owns its own trading infrastructure. The optimizer reads staker sentiment and adapts in real-time — and it evolves. New strategies compiled from on-chain data, deployed as new contracts. No upgrades. No admin keys. Just evolution.</p>
|
||||
<p><a class="card-link" @click="router.push('/docs/how-it-works')">See how it works →</a></p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-emoji">🎯</div>
|
||||
|
|
@ -196,6 +197,13 @@ h2
|
|||
font-size: 16px
|
||||
line-height: 1.6
|
||||
color: rgba(240, 240, 240, 0.8)
|
||||
.card-link
|
||||
color: rgba(240, 240, 240, 0.8)
|
||||
cursor: pointer
|
||||
text-decoration: underline
|
||||
font-size: 14px
|
||||
&:hover
|
||||
color: #fff
|
||||
.centered-cta
|
||||
display: flex
|
||||
justify-content: center
|
||||
|
|
|
|||
|
|
@ -8,12 +8,12 @@
|
|||
<div class="concept-block">
|
||||
<h2>The Floor</h2>
|
||||
<p>
|
||||
Think of it as a vault. The protocol locks ETH in a trading vault. That ETH guarantees a minimum price for every KRK token.
|
||||
Every KRK token has a programmatic guarantee: a minimum redemption price backed by real ETH in immutable contracts.
|
||||
The more ETH in the vault, the higher the floor.
|
||||
</p>
|
||||
<p>
|
||||
The floor is a hard lower bound — it's backed by real ETH, not promises. Even in a worst-case sell-off, the floor holds
|
||||
because the ETH is locked in immutable contracts that nobody can touch.
|
||||
This isn't a promise — it's code. Even in a worst-case sell-off, the floor holds because the ETH is locked
|
||||
and nobody can touch it. No rug pulls. No death spirals. Just a hard lower bound that ratchets up as fees accrue.
|
||||
</p>
|
||||
<p><router-link to="/docs/liquidity-management">→ Technical deep-dive: Liquidity Management</router-link></p>
|
||||
</div>
|
||||
|
|
@ -21,8 +21,8 @@
|
|||
<div class="concept-block">
|
||||
<h2>The Optimizer</h2>
|
||||
<p>
|
||||
Kraiken runs three trading strategies simultaneously — earning fees from every trade that happens. These fees flow back
|
||||
into the vault, growing the floor over time.
|
||||
KRK owns its own trading infrastructure. The optimizer manages three liquidity positions — floor, anchor, and discovery — capturing fees from every trade.
|
||||
Those fees flow back into the vault, growing the floor over time. No market makers, no LPs, no counterparty risk.
|
||||
</p>
|
||||
<p>
|
||||
The optimizer reads staker sentiment and adapts positions accordingly — adjusting widths, depths, and allocations
|
||||
|
|
@ -31,6 +31,28 @@
|
|||
<p><router-link to="/docs/ai-agent">→ Technical deep-dive: The Optimizer</router-link></p>
|
||||
</div>
|
||||
|
||||
<div class="concept-block">
|
||||
<h2>How Recenters Work</h2>
|
||||
<ul>
|
||||
<li><strong>Atomic repositioning</strong> — the optimizer repositions all liquidity in a single transaction. Anyone can trigger it; the protocol bot does it automatically.</li>
|
||||
<li><strong>Sentiment-driven</strong> — reads staker signals (% staked, average tax) to choose bull or bear positioning.</li>
|
||||
<li><strong>Bull vs bear</strong> — bull: wider discovery, aggressive fee capture. Bear: tight around floor, maximum protection.</li>
|
||||
</ul>
|
||||
<p><router-link to="/docs/liquidity-management">→ Technical deep-dive: Liquidity Management</router-link></p>
|
||||
</div>
|
||||
|
||||
<div class="concept-block">
|
||||
<h2>Evolution</h2>
|
||||
<p>
|
||||
The optimizer is not a static algorithm. New versions are trained off-chain and deployed as new contracts.
|
||||
Stakers vote on which optimizer to adopt — no admin keys, no team override. The community decides how their liquidity is managed.
|
||||
</p>
|
||||
<p>
|
||||
This is the KrAI in KrAIken — artificial intelligence that evolves through staker governance.
|
||||
</p>
|
||||
<p><router-link to="/docs/ai-agent">→ Technical deep-dive: The Optimizer</router-link></p>
|
||||
</div>
|
||||
|
||||
<div class="concept-block">
|
||||
<h2>Supply</h2>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue