# The Earn Vault

The Earn Vault is the component of Orbit responsible for deposits and withdrawals, as well monitoring accrued yield, and issuing aUSDC tokens. The front-end is optimised for both desktop and mobile with an app planned for the future. The experience of the Earn Vault is designed to be as simple as possible for end users, abstracting much of the complexity and choice overload many protocols tend to show.

<figure><img src="/files/hmffjgh2SqkiPlATult9" alt=""><figcaption></figcaption></figure>

The Earn Vault takes USDC as a deposit token, although other stablecoins will be accepted in the future thank to routing. The vault has no lock-periods or deposit caps, giving users freedom and flexibility, although there is a withdrawal queue for large withdrawals that exceed the "liquidity buffer", to give the protocol type to rebalance strategies. \
\
Positions on Orbit are not linked to the individual account, but rather to the receipt token; aUSDC, received in return for depositing in the Earn Vault, transfering these tokens to another wallet will allow for redemption of the deposited funds and interest from the account holding the aUSDC.\
This aUSDC is a compounding token, meaning it increases in value as yield is earned in the vault. \
\
The front end includes a live tracker of protocols allocations by the yield aggregator and the ability to claim yield accrued by the account.&#x20;


---

# 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://orbit-16.gitbook.io/orbit-docs/the-earn-vault.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.
