> For the complete documentation index, see [llms.txt](https://tradinggpt.gitbook.io/twalletmint/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tradinggpt.gitbook.io/twalletmint/stake/stakedao-twin.md).

# StakeDAO TWIN

<figure><img src="/files/9Eit7nr5sG2O2fwu9p0V" alt=""><figcaption></figcaption></figure>

When you Stake TWIN, the smart contract will use the TWIN value to convert it to the USDT value of your Stake package and calculate the stake&#x20;

* **When the TWIN price is higher than 1 USDT, when you Stake TWIN, it will be calculated at the market price**&#x20;
* **When the TWIN price is lower than 1 USDT, when you Stake TWIN, it will be calculated at 1 TWIN = 1 USDT**

StakeDAO stake calculation formula&#x20;

$$
Total USDT value Stake TWIN / 1000000
$$

{% hint style="info" %}
The total value of StakeDAO Pool stakes may change depending on the market context to help ensure the interests of Stakers
{% endhint %}


---

# 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:

```
GET https://tradinggpt.gitbook.io/twalletmint/stake/stakedao-twin.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.
