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

# TAKE Staking (Fee Share)

TAKE is a utility token that unlocks a suite of DeFi features on Takepile.

Once you've bought or earned some TAKE through trading, what can you do with it?

* Swap it on SpookySwap
* Stake your TAKE on a pile to earn fee share
* Liquidity mine in Takepile's LP Vaults

For example, there's 90 TAKE staked on the USDC Pile, and you stake 10 of your TAKE tokens. The USDC Pile's new balance is 100 TAKE, making your 10 TAKE 10% of the total staked amount. This means that you are entitled to 10% of all fees accumulated by the USDC Pile, and can claim your share of fees in pileUSDC at any time.&#x20;


---

# 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://takepile.gitbook.io/takepile-protocol/protocol/staking/take-staking-fee-share.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.
