# Fees

| <p><br></p> | Base Fee   | Percentage Fee |
| ----------- | ---------- | -------------- |
| Staking     | 0.02 tTAO  | 0.1%           |
| Unstaking   | 0.05 stTAO | 0.1%           |

### Staking

For staking, a minimum amount of 0.02 tTAO will be charged on top of a 0.1% fee on the amount that will be staked.

For example, if the user stakes 100 tTAO, the fees will be 0.02 tTAO (Base Fee) + 0.1% of 100 tTAO.

### Unstaking

For unstaking, a minimum amount of 0.05 stTAO wil be charged on top of a 0.1% fee on the amount of stTAO that would be unstaked.

For example, if the user unstakes 100 tTAO, the fees will be 0.05 stTAO (Base Fee) + 0.1% of 100 stTAO.


---

# 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://docs.tensorplex.ai/tensorplex-docs/tensorplex-lst/fees.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.
