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

# Moove Ramp

> Programmatic fiat on-ramp and off-ramp is not yet available. The Moove Ramp API is planned.

<Warning>
  **Coming soon.** There is no public API for Moove Ramp on moove.xyz today. No endpoints, no scopes, no agent.
</Warning>

The planned Moove Ramp API would move between local currency and crypto over the same rails the Moove App uses.

A **Moove Ramp Agent** appears in the API key picker, disabled and labelled coming soon. It grants no scopes and cannot be selected.

<Note>
  A ramp requires a verified identity and a linked fiat account in the same person's name. Any future API would inherit those requirements — see [Fiat & Crypto Rails](/concepts/fiat-and-crypto-rails).
</Note>

## What exists today

The only public API surface is payment links.

| Method | Path               | Scope                 |
| ------ | ------------------ | --------------------- |
| `POST` | `/v1/payment-link` | `payment_link:create` |
| `GET`  | `/v1/payment-link` | `payment_link:read`   |

[Moove Payment Links →](/api-reference/moove-receive/moove-payment-links)

## Use the product

Moove Ramp works today in the Moove App, in Nigeria.

[Moove Ramp →](/transact/moove-ramp)

## Next

<CardGroup cols={3}>
  <Card title="Introduction" icon="code" href="/api-reference/introduction">
    What the API does today.
  </Card>

  <Card title="Moove Payment Links" icon="link" href="/api-reference/moove-receive/moove-payment-links">
    The live endpoints.
  </Card>

  <Card title="Contact Us" icon="mail" href="/contact-us/email">
    Tell us what you need.
  </Card>
</CardGroup>
