> For the complete documentation index, see [llms.txt](https://docs.antfarm.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antfarm.finance/dao/funding-and-incentivized-programs/atf-staking.md).

# ATF Staking

In order to distribute the Governance token of Antfarm's DAO and distribute its governance, an ATF staking program has been created. Staking your ATF will let you receive AGT rewards. It'll last for 12 months and will distribute 1.500.000 AGT (15% of the supply).

ATF can be staked for any period of time, rewards will accrue over time and can be claimed at any moment. All rewards will be shared pro-rata to the staked amounts.

{% hint style="info" %}
ATF staked aren't locked, you can get yours at any moment but if you leave no ATF staked your rewards will stop increasing.
{% endhint %}

<figure><img src="/files/2ZM5qNEo9Ih5x6rKFRC1" alt=""><figcaption><p>AGT distribution plan</p></figcaption></figure>


---

# 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://docs.antfarm.finance/dao/funding-and-incentivized-programs/atf-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.
