# Staking

### How to Stake

1. Go to the [staking page](https://clearpool.finance/staking)
2. Select an Oracle (you can stake to multiple Oracles)
3. Enter the amount of CPOOL you would like to stake
4. Approve the amount and execute the transaction in your wallet interface

### Rewards

#### Staking Yields

Yields vary based on: 1) Total CPOOL staked, 2) Number of active Oracles, and 3) Voting power of each Oracle during the Epoch

#### Distribution

Rewards are calculated and distributed at the end of each epoch (every 2 weeks).

#### Claiming

Rewards can be claimed at any time.

#### Voting Power Cap

Voting power and rewards are capped at 15% per Oracle. Staking to an Oracle with more than 15% of total staked CPOOL will result in lower APR.

#### Epochs

An epoch is a fixed cycle of 2 weeks. The cycle begins at the end of the previous epoch and ends when interest rates are adjusted.

{% hint style="success" %}
Official CPOOL Staking: [Link](https://clearpool.finance/staking)
{% endhint %}

### Unstaking

You can un-stake at any time, but will not earn any rewards from the epoch in which you un-stake.


---

# 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.clearpool.finance/clearpool/token/staking.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.
