> For the complete documentation index, see [llms.txt](https://docs.dittonetwork.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dittonetwork.io/ditto-earn.md).

# Ditto Earn

Deposit into Ditto vaults and track your positions at earn.dittonetwork.io.

[**earn.dittonetwork.io**](https://earn.dittonetwork.io) lists Ditto's vaults in one place. Each vault shows its network, current APY, total value locked (TVL) and, once your wallet is connected, your position.

## Vaults

| Vault                                                               | Deposit | Network  | How it earns                                     |
| ------------------------------------------------------------------- | ------- | -------- | ------------------------------------------------ |
| [Yield Split Vault](/ditto-earn/yield-split-vault.md)               | USDC    | Ethereum | Rebalances between Aave, Spark, Fluid and Morpho |
| [Ditto MUSD Savings Vault](/ditto-earn/ditto-musd-savings-vault.md) | MUSD    | Mezo     | Earns the Spark Savings rate on Ethereum         |

## Deposit

{% stepper %}
{% step %}

### Connect a wallet

Click **Connect Wallet** and choose a browser wallet or WalletConnect. Vault data loads without a wallet; you need one to deposit, withdraw or see your position.
{% endstep %}

{% step %}

### Switch to the vault's network

Each vault lives on one network. If your wallet is on a different one, the action button reads **Switch to Ethereum** or **Switch to Mezo**. Click it and approve the switch in your wallet. If Mezo isn't set up in your wallet yet, most wallets offer to add it.
{% endstep %}

{% step %}

### Enter an amount

Open a vault from the list, stay on the **Deposit** tab, and enter an amount or press **Max**. The form shows what you will receive.
{% endstep %}

{% step %}

### Confirm in your wallet

Press **Deposit**. Your first deposit into a vault asks for two signatures: a token approval, then the deposit itself.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Gas on Mezo is paid in **BTC**. Keep a small amount of BTC on Mezo before using the MUSD Savings Vault.
{% endhint %}

## Withdraw

* **Yield Split Vault** — withdraw instantly on the **Withdraw** tab, once 5 minutes have passed since your last deposit.
* **Ditto MUSD Savings Vault** — request a withdrawal, wait for its batch to settle, then claim. See [Withdrawals](/ditto-earn/ditto-musd-savings-vault/withdrawals.md).

## What the numbers mean

| Figure            | Meaning                                                                        |
| ----------------- | ------------------------------------------------------------------------------ |
| **APY**           | The current yield rate of the vault's strategy. It is not a guaranteed return. |
| **TVL**           | Total assets held by the vault, in its deposit asset.                          |
| **Your position** | The current value of your vault shares, in the deposit asset.                  |

## For developers

Both vaults are ERC-4626-style contracts you can integrate directly. The Yield Split Vault also offers a widget and a Data API — see [Integration](/ditto-earn/yield-split-vault/integration.md).
