# EARN

The **EARN** page provides a savings account interface to earn Anchor yield on Terra stablecoins. It allows users to deposit and withdraw Terra stablecoins, track their current deposit value, history of transactions, current deposit annualized percentage rate (APY), and amount of interest earned from Anchor.

{% hint style="info" %}
As of March 17th, 2021, Anchor only supports TerraUSD (UST) as the base currency. Other Terra stablecoins will be supported as UST pairs become more liquid.
{% endhint %}

The **EARN** page displays the following data:

* **Total Deposit**: UST value of user's deposit. Includes accrued deposit interest.<br>
* **Transaction History**: History of user's deposit & withdraw interactions. Displays the deposit / withdraw amount, sender / recipient, and transaction time.<br>
* **Interest**: Display data related to deposit interest.
  * **APY**: Current deposit APY.
  * **APY Graph**: Historical graph of deposit APY.
  * **Interest Earned**: Amount of deposit interest earned during the selected time period.

## Depositing Terra stablecoins

1\. Navigate to the **EARN** page and click the **\[Deposit]** button.&#x20;

![](/files/-MVG4NaHb82llczXYV6j)

2\. Enter the amount of stablecoins to deposit and click the **\[Proceed]** button to confirm.

![](/files/-MVG10rW3ndNuzGPBBvQ)

3\. Station Extension should prompt you to sign a transaction that contains the deposit operation. Confirm the details presented and enter your password to sign.

![](/files/-MVG14TP23BFYdp-aorg)

4\. Deposit complete.

![](/files/-MVG16Ggq9b857ZslFmP)

## Withdrawing Terra stablecoins

1\. Navigate to the **EARN** page and click the **\[Withdraw]** button.&#x20;

![](/files/-MVG4UKDrEDug-zZens1)

2\. Enter the withdraw amount and click the **\[Proceed]** button to confirm.

![](/files/-MVG19w9xlVt6wJYlogd)

3\. Station Extension should prompt you to sign a transaction that contains the withdraw operation. Confirm the details presented and enter your password to sign.

![](/files/-MVG1CYjBntqPJiqIwcy)

4\. Withdraw complete.

![](/files/-MVG1EpaVMLOTl00RPeC)


---

# 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://docs.anchorprotocol.com/anchor-2/user-guide/webapp/earn.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.
