From 9f1c255e1364da5126448e5136ab0194c2235344 Mon Sep 17 00:00:00 2001 From: openhands Date: Sun, 22 Feb 2026 11:06:21 +0000 Subject: [PATCH] feat: expand autonomous protocol narrative, adopt token-owned-liquidity language (#176) --- landing/src/views/HomeViewOffensive.vue | 10 +++++++- landing/src/views/docs/HowItWorks.vue | 32 +++++++++++++++++++++---- 2 files changed, 36 insertions(+), 6 deletions(-) diff --git a/landing/src/views/HomeViewOffensive.vue b/landing/src/views/HomeViewOffensive.vue index 706fc38..f3d9ea4 100644 --- a/landing/src/views/HomeViewOffensive.vue +++ b/landing/src/views/HomeViewOffensive.vue @@ -28,7 +28,8 @@

Adaptive Trading

-

Kraiken optimizes 3 trading strategies non-stop — working to capture fees, adjusting depth, reading the market. Never sleeps, never panics.

+

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.

+

See how it works →

🎯
@@ -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 diff --git a/landing/src/views/docs/HowItWorks.vue b/landing/src/views/docs/HowItWorks.vue index a0652c3..5ccfae5 100644 --- a/landing/src/views/docs/HowItWorks.vue +++ b/landing/src/views/docs/HowItWorks.vue @@ -8,12 +8,12 @@

The Floor

- 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.

- 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.

→ Technical deep-dive: Liquidity Management

@@ -21,8 +21,8 @@

The Optimizer

- 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.

The optimizer reads staker sentiment and adapts positions accordingly — adjusting widths, depths, and allocations @@ -31,6 +31,28 @@

→ Technical deep-dive: The Optimizer

+
+

How Recenters Work

+
    +
  • Atomic repositioning — the optimizer repositions all liquidity in a single transaction. Anyone can trigger it; the protocol bot does it automatically.
  • +
  • Sentiment-driven — reads staker signals (% staked, average tax) to choose bull or bear positioning.
  • +
  • Bull vs bear — bull: wider discovery, aggressive fee capture. Bear: tight around floor, maximum protection.
  • +
+

→ Technical deep-dive: Liquidity Management

+
+ +
+

Evolution

+

+ 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. +

+

+ This is the KrAI in KrAIken — artificial intelligence that evolves through staker governance. +

+

→ Technical deep-dive: The Optimizer

+
+

Supply