> For the complete documentation index, see [llms.txt](https://docs.cream.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cream.finance/icecream/icecream-tokenomics.md).

# iceCREAM Tokenomics

### Summary

iceCREAM turns CREAM into a productive asset. It will have the same three main use cases as CRV - voting, staking, and boosting.

### How iceCREAM works:

* Lock CREAM between 1 week to 4 years to receive iceCREAM.
* iceCREAM is non-transferable and non-tradeable.
* 50%+ of Protocol Reserves going forward will be distributed as ycrvIB tokens to iceCREAM stakers.
* 1 iceCREAM = 1 vote in the future of C.R.E.A.M. Finance governance.
* \[phase 2] iceCREAM staked translates to voting power which can be used to determine allocation of CREAM token liquidity mining by chain and market (e.g.- Ethereum, ETH).

If liquidity mining is enabled on borrow markets (more on this as part of phase 2)

* Once you vote, your vote will remain directed at pools unless modified.
* Users will have the ability to change their votes every week and will be able to allocate their iceCREAM to different pools.
* iceCREAM allows the user to control CREAM emissions across all C.R.E.A.M. markets in the future.
* iceCREAM increases emission from a base factor of 0.4 to a max of 2.5x, the more iceCREAM you stake, the more CREAM you earn.

### Minting iceCREAM

Assuming 1000 CREAM locked:

| minted | locked  |
| ------ | ------- |
| 1000   | 4 years |
| 250    | 1 year  |
| 127.4  | 6 month |
| 63.7   | 3 month |
| 21.23  | 1 month |
| 4.79   | 1 week  |

iceCREAM decays linearly over time. At the unlock date of CREAM, your iceCREAM balance would be 0.

### Long-Term Staking CREAM can vote

For the early supporters of C.R.E.A.M. Finance who locked their CREAM in the long-term staking program, these token holders should be entitled to governance alongside iceCREAM holders, but will not be eligible for emission boosts.

### References

* [iceCREAM staking](https://app.cream.finance/stake/iceCream)
* [iceCREAM proposal](https://vote.cream.finance/#/cream-finance.eth/proposal/QmdS9VhXsBE8wRdLMqKCmYL8XfXcqNth1jgphhRxMhnxo8)
* [oSUSHI](https://forum.sushi.com/t/sushinomics-introducing-osushi/4055)
* [veToken](https://ve-token-voting.vercel.app/)


---

# 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.cream.finance/icecream/icecream-tokenomics.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.
