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

# Ramp Overview

> Manage your cryptocurrency balances with Deposit, Withdraw, and Offramp capabilities

<Warning>
  🚧 **The Ramp API is currently under construction.** Endpoints and features described here are subject to change. Do not use in production until this notice is removed.
</Warning>

The **Ramp** feature in meCash provides a comprehensive solution for managing your cryptocurrency assets. It enables you to deposit crypto to your wallet, withdraw to external addresses, and convert your crypto to fiat currency through offramp functionality.

## What is Ramp?

Ramp is your gateway to seamless cryptocurrency management on meCash. It supports multiple cryptocurrencies and blockchain networks, allowing you to:

<CardGroup cols={3}>
  <Card title="Deposit Crypto" icon="arrow-down-to-line" href="/ramp-docs/deposit-crypto">
    Fund your meCash wallet by sending assets (USDC, USDT, Ether) to your dedicated wallet address
  </Card>

  <Card title="Withdraw Crypto" icon="arrow-up-from-line" href="/ramp-docs/withdraw-crypto">
    Send cryptocurrency from your meCash wallet to any external wallet address
  </Card>

  <Card title="Offramp" icon="money-bill-transfer" href="/ramp-docs/offramp">
    Convert your cryptocurrency to fiat currency and receive it via bank transfer
  </Card>
</CardGroup>

***

## Supported Assets

The Ramp feature currently supports the following cryptocurrencies:

| **Asset** | **Symbol** | **Supported Networks**            |
| --------- | ---------- | --------------------------------- |
| USD Coin  | USDC       | Ethereum (ERC20), Polygon (MATIC) |
| Ether     | ETH        | Ethereum (ERC20)                  |
| Tether    | USDT       | Ethereum (ERC20), Polygon (MATIC) |

<Callout type="warning" emoji="⚠️">
  Always ensure you send assets on the correct network. Sending assets on an unsupported network will result in permanent loss of funds.
</Callout>

***

## Accessing Ramp

To access the Ramp feature:

1. Log in to your [meCash Business Dashboard](https://business.me-cash.com)
2. Navigate to **Ramp** in the left sidebar
3. Click on **Balances** to view your crypto balances

From the Balances page, you can:

* View your available balance for each supported cryptocurrency
* Switch between different networks (e.g., Ethereum, Polygon)
* Access Deposit, Withdraw, and Offramp functions

***

## Dashboard Overview

The Ramp dashboard displays:

* **Network Selector**: Choose between supported blockchain networks
* **Asset Tabs**: Switch between USDC, ETH, and Tether
* **Available Balance**: Your current balance for the selected asset
* **Action Buttons**: Quick access to Deposit, Withdraw, and Offramp
* **Recent Transactions**: View your latest ramp transactions with status

### Transaction Statuses

| **Status**  | **Description**                               |
| ----------- | --------------------------------------------- |
| `PENDING`   | Transaction is being processed                |
| `COMPLETED` | Transaction has been successfully processed   |
| `FAILED`    | Transaction failed - check details for reason |

***

## Key Features

### Multi-Network Support

Switch between different blockchain networks directly from the dashboard. Each network has its own wallet address for deposits.

### Real-Time Balance Updates

Your balances are updated in real-time as transactions are confirmed on the blockchain.

### Transaction History

View all your ramp transactions including deposits, withdrawals, and offramp conversions with detailed information.

### Competitive Rates

Get competitive exchange rates for offramp conversions with transparent fee structures.

***

## Getting Started

<Steps>
  <Step title="Fund Your Wallet">
    Start by [depositing crypto](/ramp-docs/deposit-crypto) to your meCash wallet using the provided wallet address or QR code.
  </Step>

  <Step title="Manage Your Assets">
    [Withdraw](/ramp-docs/withdraw-crypto) to external wallets or [offramp](/ramp-docs/offramp) to convert crypto to fiat.
  </Step>

  <Step title="Monitor Transactions">
    Track all your transactions in the Recent Transactions section.
  </Step>
</Steps>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Deposit Crypto" icon="arrow-down-to-line" href="/ramp-docs/deposit-crypto">
    Learn how to fund your wallet with USDC, USDT, or ETH
  </Card>

  <Card title="Withdraw Crypto" icon="arrow-up-from-line" href="/ramp-docs/withdraw-crypto">
    Send crypto to external wallets
  </Card>

  <Card title="Offramp" icon="money-bill-transfer" href="/ramp-docs/offramp">
    Convert crypto to fiat currency
  </Card>
</CardGroup>
