> ## Documentation Index
> Fetch the complete documentation index at: https://docs.moneda.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

> Technical integrations powering Moneda — Base network, Safe smart accounts, Morpho earnings vaults, and OAuth 2.0 authentication

Moneda is built on top of established blockchain infrastructure and DeFi protocols. Here's what powers your account under the hood.

## Base Network

[Base](https://base.org) is an Ethereum Layer 2 network built by Coinbase. All Moneda transactions — transfers, earnings deposits, and withdrawals — execute on Base.

* **Low fees** — transactions cost a fraction of Ethereum mainnet
* **Fast finality** — transfers confirm in seconds
* **EVM-compatible** — built on the same technology as Ethereum

Your Moneda smart wallet address is a Base address. When sending crypto to or from Moneda, always use the **Base network** with **USDC or EURC** tokens. Sending other tokens or using other networks will result in permanent loss of funds.

## Safe Smart Accounts

Every Moneda user gets a [Safe](https://safe.global) smart account — a programmable wallet secured by your passkeys.

* **Self-custodial** — only you can authorize transactions from your wallet
* **Passkey-secured** — transactions are signed using your device's secure hardware (Face ID, fingerprint, or device PIN)
* **Recoverable** — social recovery lets trusted contacts help you regain access if you lose your passkey
* **On-chain** — your funds are always visible and verifiable on the public blockchain

Unlike traditional wallets that use seed phrases, Safe smart accounts use passkeys for signing — no 12-word backup to manage or lose.

## Morpho Earnings

[Morpho](https://morpho.org) is a decentralized lending protocol. Moneda's **Morpho Earnings** vaults deposit your stablecoins into Morpho lending markets to generate yield.

* **Available for USD and EUR** — earn on both USDC and EURC
* **Real-time compounding** — yield accrues continuously, not monthly
* **No lock-ups** — withdraw your funds at any time with no penalties
* **Audited contracts** — Morpho's smart contracts have been independently audited

Use the `get_apy_rates` MCP tool to check current Morpho Earnings APY rates.

## YO Smart Earnings

**YO Smart Earnings** is a higher-yield vault that uses optimized strategies across DeFi lending markets.

* **Available for USD and EUR**
* **Higher APY** — uses more advanced allocation strategies than standard Morpho vaults
* **No lock-ups** — same instant withdrawal flexibility
* **Managed by YO** — vault strategy is managed by [YO](https://www.yo.xyz)

Use the `get_apy_rates` MCP tool to compare Smart Earnings and Morpho Earnings rates.

## OAuth 2.0 with PKCE

Moneda MCP uses [OAuth 2.0](https://oauth.net/2/) with [PKCE](https://oauth.net/2/pkce/) (Proof Key for Code Exchange) to authenticate AI clients.

* **No passwords shared** — your credentials are never exposed to AI clients
* **Granular scopes** — you control exactly which data and actions the AI can access (see [Scopes](/scopes))
* **Token refresh** — connections stay active without re-authorization
* **Revocable** — disconnect your AI client at any time from the Moneda app

This is the same authentication standard used by Google, GitHub, and other major platforms for third-party integrations.

## Learn more

<CardGroup cols={2}>
  <Card title="Security" icon="shield" href="/moneda/security">
    How Moneda protects your funds and data.
  </Card>

  <Card title="Authentication" icon="lock" href="/getting-started/authentication">
    How OAuth keeps your account secure when connecting to AI.
  </Card>

  <Card title="Scopes" icon="list-check" href="/scopes">
    Permission scopes that control what your AI assistant can access.
  </Card>

  <Card title="Available Tools" icon="wrench" href="/tools/overview">
    All 32 MCP tools your AI assistant can use.
  </Card>
</CardGroup>
