> For the complete documentation index, see [llms.txt](https://docs.coinsbuy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coinsbuy.com/get-started/create-a-wallet.md).

# Create a wallet

To start using Coinsbuy, you need to create your first Enterprise or Merchant wallet.

While the wallet is being initialized, its status is set to *In progress*. In a couple of minutes, this status changes to *Active*, indicating that the wallet is set up and ready to use.

With Coinsbuy, you can create any number of wallets in any currencies, but consider the following:

* To create a wallet for tokens, you need to link it with a parent wallet denominated in coins.
* Enterprise wallets denominated in ETH, TRX, BNB, XRP, or XLM require the [Activation fee](#user-content-fn-1)[^1]. Make a deposit to activate such wallet. The deposit address is displayed in the Wallet address field in the wallet settings.

For a step-by-step tutorial, refer to [How to create a wallet](/how-tos/manage-your-wallets/how-to-create-a-wallet.md).

{% hint style="danger" %}
Make sure to properly [configure security settings](/get-started/configure-security-settings-and-access-permissions.md) for each newly created wallet.
{% endhint %}

[^1]: A deposit to activate your wallet.

    For more details: [Key terms](/references/key-terms.md#activation-fee)


---

# 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.coinsbuy.com/get-started/create-a-wallet.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.
