# Introduction

CoinVoyage lets you accept crypto payments from any supported chain and settle them in the asset and network that fit your product.

* **Flexible**: Let customers pay with the tokens and chains they already use.
* **Fast**: Routes are optimized for speed and pricing across providers.
* **Simple**: Embed CoinVoyage into your app with SDK components or direct API calls.
* **Non-custodial**: CoinVoyage does not hold user funds during the payment flow.

## Accept Payments, Settle Anywhere

Use CoinVoyage to onboard users regardless of the asset they hold while keeping settlement aligned with your product requirements.

Whether you are building ecommerce checkout, global payments, deposits, or crypto-native services, CoinVoyage helps you accept payments across BTC, Sui, Solana, and EVM networks.

## Get Started

Start with the quickest path to a working integration, then go deeper into the SDK and dashboard guides.

{% content-ref url="quickstart" %}
[quickstart](https://docs.coinvoyage.io/introduction/quickstart)
{% endcontent-ref %}

{% content-ref url="../overview/sdk-reference" %}
[sdk-reference](https://docs.coinvoyage.io/overview/sdk-reference)
{% endcontent-ref %}

{% content-ref url="../dashboard/index" %}
[index](https://docs.coinvoyage.io/dashboard/index)
{% endcontent-ref %}


---

# 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.coinvoyage.io/introduction/readme.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.
