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

# Deposit

Deposit through your wallet’s SEP-24 flow. Coridor opens an interactive popup to collect IDR via Xendit.

***

## Steps

{% stepper %}
{% step %}

### In your wallet, choose **Deposit** for USDC (Coridor anchor)

{% endstep %}

{% step %}

### Enter an **IDR** amount (**Rp 50,000+** recommended)

{% endstep %}

{% step %}

### In the Coridor popup, pick a payment method:

* **Virtual Account** — transfer to the VA number shown
* **QRIS** — scan the QR with an e-wallet or mobile banking app
* **E-Wallet (OVO)** — enter your phone number and confirm in the app
  {% endstep %}

{% step %}

### Complete payment

{% endstep %}

{% step %}

### After the anchor confirms payment, **USDC is sent to your wallet**

{% endstep %}
{% endstepper %}

***

## Fees

* Flat **Rp 5,000** + \~**0.5%** spread on the market rate
* See [Getting started — fees](/getting-started/start.md#fees-and-limits-staging-defaults)

***

## Sandbox / test mode

When the anchor uses a Xendit **development** API key:

* VA and QRIS **cannot** be paid through real banks or e-wallets
* Use the **Simulate payment** button in the popup
* OVO push notifications often fail in sandbox — simulate or sandbox force-complete applies

***

## Payment methods

| Method          | Channel                   |
| --------------- | ------------------------- |
| Virtual Account | BCA, BNI, Mandiri, BRI    |
| QRIS            | Scan QR (Payments API v3) |
| E-Wallet        | OVO                       |

***

## Troubleshooting

| Issue                    | What to do                                                                                                 |
| ------------------------ | ---------------------------------------------------------------------------------------------------------- |
| Wallet won’t connect     | Use HTTPS; home domain must match `sep.coridor.fun` in [stellar.toml](/developers/stellar.toml-and-sep.md) |
| Deposit stuck            | Sandbox: click **Simulate**; production: confirm payment and Xendit webhook                                |
| Bad rate on small amount | Expected — flat Rp 5,000 fee dominates                                                                     |

More: [FAQ](/user/faq.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.coridor.fun/user/deposit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
