# PAYMENTS ON-RAMP

- [Overview](https://docs.localramp.co/payments-on-ramp/overview.md)
- [Full-page checkout](https://docs.localramp.co/payments-on-ramp/full-page-checkout.md): Hosted pages
- [Widget Pop-up](https://docs.localramp.co/payments-on-ramp/widget-pop-up.md): Crypto on-ramp on your website
- [White-Label API (Direct Charge)](https://docs.localramp.co/payments-on-ramp/white-label-api-direct-charge.md)
- [Rates and Fees](https://docs.localramp.co/payments-on-ramp/rates-and-fees.md)
- [Get Limits](https://docs.localramp.co/payments-on-ramp/get-limits.md)
- [Get Supported Currencies](https://docs.localramp.co/payments-on-ramp/get-supported-currencies.md)
- [Get Supported Payment Method](https://docs.localramp.co/payments-on-ramp/get-supported-payment-method.md)
- [Withdraw crypto](https://docs.localramp.co/payments-on-ramp/withdraw-crypto.md): Withdraw USDT settlements from your wallet on Localramp.
- [Verify crypto withdrawal](https://docs.localramp.co/payments-on-ramp/verify-crypto-withdrawal.md)
- [Verify transaction](https://docs.localramp.co/payments-on-ramp/verify-transaction.md)
- [Get USDT balance](https://docs.localramp.co/payments-on-ramp/get-usdt-balance.md)
- [KYC](https://docs.localramp.co/payments-on-ramp/kyc.md)
- [BVN Verification](https://docs.localramp.co/payments-on-ramp/kyc/bvn-verification.md)
- [Send OTP](https://docs.localramp.co/payments-on-ramp/kyc/send-otp.md)


---

# Agent Instructions: 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:

```
GET https://docs.localramp.co/payments-on-ramp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
