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

# Staking

CoinToFish has a Staking system that allows you to increase your corals by making a contract to lock them for a certain amount of time.

* The amount of time the corals will be blocked is **30 days**.&#x20;
* The amount of reward for the 30-day block is **15%** of the total amount of blocked corals.<br>

Let's show an example of how to do staking in CoinToFish:

The first thing is to go to the "Inventory" tab and click on the "Staking" window on the right side of your balance.

![](/files/-MjjB0Gm57mU4M-KKZW8)

A window will appear where we can enter an amount of tokens. You will see information about the people who are staking and the amount of total remaining tokens that are destined to this task.

**Important**: The current profit percentage is **15%** but we may increase or decrease it over time. In these cases, don't worry because you will not be affected by the new changes. Your staking reward will be the same as it was at the time you locked the tokens.


---

# 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://cointofish.gitbook.io/cointofish-en/tutorial/staking.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.
