> For the complete documentation index, see [llms.txt](https://coinsdo.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coinsdo.gitbook.io/docs/getting-started.md).

# Getting started

<figure><img src="/files/pZvVB28lZN5iUpDXCwlS" alt=""><figcaption></figcaption></figure>

## Start building with CoinsDo

CoinsDo's documentation assists cryptopreneurs and developers in understanding how our platform can accelerate the creation of new blockchain/Web3 projects at a low cost.

CoinsDo provides the wallet, payment, and transaction infrastructure businesses need to handle digital assets securely.

Whether you're a CEX, DeFi, dApp, payment gateway provider, or gaming platform, our solutions are tailored to meet your needs.

## About our products

Choose from our range of products to find out more.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>CoinSend</strong></td><td>Manage and automate payment</td><td></td><td><a href="https://www.coinsdo.com/en/coinsend">https://www.coinsdo.com/en/coinsend</a></td><td></td></tr><tr><td><strong>CoinGet</strong></td><td>Receive payment with real-time notification</td><td></td><td><a href="https://www.coinsdo.com/en/coinget">https://www.coinsdo.com/en/coinget</a></td><td></td></tr><tr><td><strong>CoinSign</strong></td><td>Transaction approval and signing</td><td></td><td><a href="https://www.coinsdo.com/en/coinsign">https://www.coinsdo.com/en/coinsign</a></td><td></td></tr><tr><td><strong>CoinWallet</strong></td><td>Non-custodial wallet with split private key feature</td><td></td><td><a href="https://www.coinsdo.com/en/coinwallet">https://www.coinsdo.com/en/coinwallet</a></td><td></td></tr><tr><td><strong>CoinFace</strong></td><td>Liveness detection tool for your KYC process</td><td></td><td><a href="https://www.coinsdo.com/en/coinface">https://www.coinsdo.com/en/coinface</a></td><td></td></tr><tr><td><strong>Free Public RPC</strong></td><td>Free RPC endpoints for your Web3 development</td><td></td><td><a href="https://www.coinsdo.com/en/free-rpc-nodes">https://www.coinsdo.com/en/free-rpc-nodes</a></td><td></td></tr></tbody></table>

## Free test environment

We provide a free test environment in which our tools are fully connected to the testnet for development, testing, or study purposes. To access our test environment, please register an account at the link below, and our personnel will contact you shortly.

[Register here](https://merchant.coinsdotest.com/#/signup)

## Support

Email - <cs@coinsdo.com>

## Follow us

Twitter - <https://twitter.com/CoinsDogroup>

Linkedin - <https://www.linkedin.com/company/coinsdo/>

Facebook - <https://www.facebook.com/CoinsDogroup>

Blog - <https://blog.coinsdo.com/>


---

# 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://coinsdo.gitbook.io/docs/getting-started.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.
