# CUBO staking

Stake your CUBO and accumulate DAI in return.

This feature allows investors to stake CUBO at a fixed value of $1. This means that the staking APR assumes that CUBO is always at a $1 price. The APR for staking CUBO is a fixed 10%.

So if CUBO is under $1 this contract amplifies the APR a lot.

The interest on your staked CUBO accumulates every second.

**Let assume CUBO @ $0.5**

With 1,000 DAI you can buy 2,000 CUBO, then stake it and get 200 DAI per year, making it effectively 20% APR.

There's no lock on the staked tokens. You can withdraw the deposited CUBO at any time and harvest the accumulated DAI at any time too.


---

# 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://cubo-1.gitbook.io/cubo-protocol-v0.1/staking/cubo-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.
