> For the complete documentation index, see [llms.txt](https://eosi-finance-1.gitbook.io/eosi-finance-documentations/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eosi-finance-1.gitbook.io/eosi-finance-documentations/eosi-finance/9-tokenomics-and-economic-design/9.3-stability-mechanisms.md).

# 🧷 9.3 Stability Mechanisms

To create demand for <mark style="color:$success;">**EOSIF**</mark>, maintain price stability and align token supply with platform growth without promising price appreciation, <mark style="color:$primary;">**EOSI Finance**</mark> implements several mechanisms:

1. **Circular Demand Model:** all transactions—funded accounts, copy trades, <mark style="color:yellow;">StandR Bot</mark> subscriptions, agent marketplace fees, lending interest—must involve <mark style="color:$success;">**EOSIF**</mark>. Even if users pay in stablecoins, the underlying smart contracts convert payments to <mark style="color:$success;">EOSIF</mark> (e.g., USDT→EOSIF→USDT), generating consistent buying pressure.
2. **Burn Mechanism:** a portion of evaluation fees and profits from trading activities are used to purchase and burn <mark style="color:$success;">EOSIF</mark> from the market, subject to governance approval. This deflationary mechanism reduces supply, increasing scarcity.
3. **Treasury Reserves:** a treasury funded by a fraction of platform revenues supports liquidity, buybacks and strategic acquisitions. The treasury may use algorithms to buy <mark style="color:$success;">EOSIF</mark> when prices fall below certain thresholds.
4. **Dynamic Staking Rewards:** staking rewards adjust based on circulating supply and platform revenue. Higher yields during early growth phases attract stakers; as supply stabilises, rewards decrease, preventing inflation.
5. **Lock‑Ups and Vesting:** team, partner and community allocations are subject to cliffs and linear vesting. This prevents sudden sell‑offs and aligns stakeholders’ incentives.
6. **Stablecoin Reserves:** the treasury holds stablecoins to buffer market downturns and fund operations. This reduces the need to sell <mark style="color:$success;">EOSIF</mark> for expenses during bear markets.

These measures aim to align token utility with platform growth rather than speculative expectations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://eosi-finance-1.gitbook.io/eosi-finance-documentations/eosi-finance/9-tokenomics-and-economic-design/9.3-stability-mechanisms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
