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

# Stake $USDC

### What is RLP Vault?

RLP Vault is a USDC vault, with each RLP (ERC20), a transferrable token representing a share of the RLP Vault and, in turn, the underlying USDC assets in the vault. Users can stake USDC into the vault to earn trading fees.

The vault will get a portion of the trading fees. Please check the [Tokenomics](/tokenomics.md) section for the latest updates. Hence, the RLP token holder will get a pro-rata share of the relevant trading fees according to their RLP amount.

The vault's primary function is to act as the counterparty to all trades made on Rollie Finance. Hence, if traders lose (negative PnL for the traders), the stakers (RLP holders) will earn a positive return plus the trading fees. Further, even if the traders win (positive PnL for traders), as long as fees earned are more significant than PnL payouts, stakers earn a positive return.

### How is the RLP price calculated?

RLP is calculated by the USDC balance added by the accrued fees and trader's cumulative profits and losses, then divided by the outstanding RLP.

### How do you stake USDC into RLP Vault? In other words, how to mint/get RLP?

1. To stake USDC into RLP Vault, connect your Metamask wallet to Rollie by clicking "Connect" on the upper right corner of the website.
2. Go to the "Stake" tab, enter "the amount of USDC" you wish to stake, and then click "Stake" to start earning trading fees.


---

# 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.rollie.finance/getting-started/stake/stake-usdusdc.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.
