> For the complete documentation index, see [llms.txt](https://arcticai.gitbook.io/arctic-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arcticai.gitbook.io/arctic-protocol/contributing-to-the-pool.md).

# Contributing to the pool

Visit the staking section within our decentralized application (dapp), click "Supply" and choose the asset and the amount you wish to supply, and submit your transaction\*. Once the transaction is confirmed, your supply is officially registered, and you'll start earning interest.&#x20;

### How much will I earn?

You will earn as high as 14.5% APY and a minimum of 12% APY for contributing assets to the Arctic protocol lending pool. Unlock higher yields by owning an allocation of $ARCTIC tokens.

### Is there a minimum or maximum amount to supply?

There is a minimum allowed supply of assets value of  50 $USDT  and a maximum supply of 10,000 $USDT. Please note that during alpha and beta phases of testing Maximum deposit will be limited to assets valued at 500 $USDT.&#x20;

### How do I withdraw?

To initiate a withdrawal, navigate to the Staking section of the Dapp and click on "Withdraw." Choose the withdrawal amount and submit the transaction.&#x20;

Ensure there is sufficient liquidity (not borrowed) to facilitate the withdrawal. If there's insufficient liquidity, you may need to wait for additional contributions from suppliers or repayments from borrowers.


---

# 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://arcticai.gitbook.io/arctic-protocol/contributing-to-the-pool.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.
