fix: address review — remove false admin key claims, soften floor language (#176)
This commit is contained in:
parent
9f1c255e13
commit
45b997bef6
3 changed files with 128 additions and 4 deletions
|
|
@ -28,7 +28,7 @@
|
|||
<div class="card">
|
||||
<div class="card-emoji">⚡</div>
|
||||
<h3>Adaptive Trading</h3>
|
||||
<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>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. The optimizer evolves — new versions ship as the protocol matures.</p>
|
||||
<p><a class="card-link" @click="router.push('/docs/how-it-works')">See how it works →</a></p>
|
||||
</div>
|
||||
<div class="card">
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
</p>
|
||||
<p>
|
||||
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.
|
||||
and nobody can touch it. No rug pulls. No death spirals. Just a hard lower bound that grows as fees accrue faster than sell pressure.
|
||||
</p>
|
||||
<p><router-link to="/docs/liquidity-management">→ Technical deep-dive: Liquidity Management</router-link></p>
|
||||
</div>
|
||||
|
|
@ -44,8 +44,8 @@
|
|||
<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.
|
||||
The optimizer is not a static algorithm. New versions will be trained off-chain and deployed as new contracts.
|
||||
<strong>Roadmap:</strong> staker governance will replace the current admin key — the community will decide how their liquidity is managed.
|
||||
</p>
|
||||
<p>
|
||||
This is the KrAI in KrAIken — artificial intelligence that evolves through staker governance.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue