# Token Design

### 🔁 Emission Model

#### Dynamic emissions for ecosystem incentives tied to:

1. Usage of the AI engine
2. Total Value Stacked via stAIke
3. Number of strategies generated/executed

#### Gradual halving every 12 months to control inflations

***

### 💡 Sustainability Design

#### To prevent excessive sell pressure:

* Most incentives are **paid as stAIKE with a vesting lock** or **boosted when staked**, not fully liquid.
* Users can **"burn" stAIKE for additional AI compute credits** (e.g. larger batch strategy simulations, advanced vault screening).
* The protocol collects revenue in stAIKE and uses part of it for **buybacks & burns**.

***

### 🧠 Example AI Prompt Token Flow

* User connects wallet
* Asks: *“How should I stake $10K across ETH/ARB for low risk & high yield?”*
* AI engine generates strategy — costs 5 stAIKE
* If the user proceeds with the yield plan, a 0.5% execution fee applies — payable in stAIKE for a discount
* stAIKE is split between protocol revenue + partial burn + staking reward pool


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://staike.gitbook.io/staike-whitepaper/token-design.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
