> For the complete documentation index, see [llms.txt](https://pu239.gitbook.io/pu239/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pu239.gitbook.io/pu239/core-features/supplying-and-earning.md).

# Supplying & Earning

\
**Supplying Assets** \
\
Navigate to the "Supply" area, select the asset you wish to supply, and enter the amount. Once you confirm the transaction, your deposit is recorded, and you start earning interest. Note: An additional approval transaction is necessary for the first time you contribute an asset.

**Earnings Potential** \
\
The earnings for holders of aToken fluctuate with market conditions, originating from the interest generated on loans. Your earnings are a share of the interest paid by borrowers, calculated as the average borrowing rate times the asset's utilization rate. A higher utilization rate means more earnings for suppliers. Utilization rate U is defined as the total borrowed amount divided by the total deposited amount.

**Understanding aToken** \
\
An aToken acts as a receipt for an underlying asset deposited in Pu239, accruing interest from loans. aTokens can be exchanged back to the corresponding underlying asset anytime, depending on the liquidity available. For instance, swapping one aBTC for one BTC is feasible.

**Supply Limits** \
\
There is no minimum requirement for supply; however, for very small amounts, transaction costs might exceed the anticipated income. Pu239 also sets a Supply Cap parameter, controlled by its Governance, limiting the maximum amount of the asset that can be supplied. Check the current supply caps and reserve statuses on the live dashboard.

**Borrowing Rates** \
\
You cannot borrow at both stable and variable rates for the same asset simultaneously. If you switch rates, it affects the total debt for that asset. Nonetheless, different assets may have different borrowing rates.

**Withdrawing Assets** \
\
To withdraw assets, go to the "Dashboard," click “Withdraw,” and execute the transaction. Your “aTokens” can be used for liquidity purposes without actually withdrawing them. Ensure adequate un-borrowed liquidity is available; otherwise, wait for more liquidity through other suppliers or repayments from borrowers.

**Opting Out of Collateral** \
\
Use After depositing, you can opt out of using your asset as collateral in the "Supply" section of your dashboard by turning off the "use as collateral" option for the desired asset. Note: It is possible to withdraw assets without deselecting them as collateral, unless they are currently being used for borrowing, which could trigger liquidation if withdrawn.


---

# 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://pu239.gitbook.io/pu239/core-features/supplying-and-earning.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.
