# Earn

{% hint style="success" %}
Earn simplifies the lending experience and enables users to earn yield in a matter of a few clicks. The Earn interface utilizes the core MetaStreet v2 infrastructure (Pool View) but streamlines the user experience for users of all levels.
{% endhint %}

### Choose a Pool by clicking on the MINT button

1. Header = NFT Collection / Deposit Currency and the Network
2. APR up to = maximum return on the various deposit options (click Mint to see all)
3. Deposits = TVL in the pool

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

### 2.  Choose a Tick (specific risk and return) to deposit into

1. APR = Current APR of the Tick
2. Loan Limit = Maximum principal borrowers can borrow
   1. Dynamic = based on LTV
   2. Fixed = based on a fixed price
3. LTV = current loan limit as a % of floor price

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

### 3.  Enter amount and Mint (or Add Funds to onramp via Coinbase)

1. Mint = follow through the transaction confirmations (approve currency, deposit)
2. Add Funds = use a debit card or transfer from Coinbase to your wallet

### 4.  View your Position on Portfolio

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


---

# 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.metastreet.xyz/liquidity-layer/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.
