> For the complete documentation index, see [llms.txt](https://cubi-swap.gitbook.io/cubiswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cubi-swap.gitbook.io/cubiswap/products/pool-stake-usdcubi/faq-and-troubleshooting.md).

# FAQ & Troubleshooting

### **I can't find the** Pool **I was staking in!**

You should be able to find the Pool under the “Finished” tab on the Pool page.&#x20;

### **Why can’t I unstake my tokens from a** Poo&#x6C;**?**

If you are unable to unstake from the Stake $CUBI, Earn $CUBI pools, please check to make sure that you haven’t sold the Pool tokens in your wallet. This token acts as a "proof of ownership" over your $CUBI in the Manual $CUBI pool.&#x20;

### **Why did my earned tokens go to zero after staking/unstaking?**

Don’t worry! They’re in your wallet already.

Whenever you stake or unstake from a Pool or farm, your earned tokens get harvested and sent to your wallet at the same time.

## **General Questions**

### How is APR for Pool calculated?

> Pool APR = Annualized rewards (USD) / User funds staked in Pool (USD) \* 100

As a basic example, let's take a 60-day pool with 300,000 USD worth of rewards, and 3,000,000 USD worth of $CUBI staked in it.

The APR fluctuates as more $CUBI is staked by users, and as the price of $CUBI, and the reward token, vary.


---

# 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://cubi-swap.gitbook.io/cubiswap/products/pool-stake-usdcubi/faq-and-troubleshooting.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.
