# Static Wallets

### What is a static wallet

A static wallet allows buyers to make payments to the same address without having to create a new invoice and go to the payment page every time.&#x20;

This is a convenient way to accept funds in a specific cryptocurrency with automatic crediting to the seller's balance after deducting all fees.&#x20;

The solution is perfect for projects that require replenishment of the user's account balance, such as iGaming projects.

### How static wallet works

1. The user proceeds to deposit the balance on the merchant's website.&#x20;
2. The user creates their own wallets for different cryptocurrencies and tops up any of them.&#x20;
3. The user transfers the amount by the address of the wallet or by QR code.&#x20;
4. After depositing, any amount in the cryptocurrency assigned to the wallet is credited as a successful deposit to the user's balance.&#x20;
5. The user receives a notification of a successful payment.

### Static wallet advantages

* Convenience for customers. Payment in a particular cryptocurrency is made to one permanent address without going to a payment page.
* Automation of crediting. Funds are automatically credited to the client's balance with the sending of a postback notification.
* Transparency of fees. [All fees](https://support.cryptocloud.plus/en/general-information/fees) (service, transfer) are deducted from the transaction amount automatically.

### Static wallet management

In the settings of your project you can access the «Static wallets» section, which is necessary for manual creation and management of your static wallets. Also, this section will display wallets created via API.

<figure><img src="https://1024061290-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhlibkdeN79Y0EFrnLB1c%2Fuploads%2FZx7Rqk4S9JrvjtMzlqFr%2FScreenshot%20ennn.png?alt=media&#x26;token=4d7d4b21-c5a8-4c09-b006-806cae2ac6a4" alt=""><figcaption></figcaption></figure>

When manually creating a wallet, select a project, currency and specify an identifier. Identifier is a unique number that corresponds to the user for whom the wallet is created within your system. The minimum number of characters to fill in the field is 3, the maximum number is 200

You can learn more about static wallets in the [developer documentation](https://docs.cryptocloud.plus/en/api-reference-v2/static-wallet).

{% hint style="info" %}
If you have any questions or need help, you can contact our support via chat on the website and in your personal account, as well as reach us on Telegram. Support contacts are listed [on our website](https://cryptocloud.plus/en/support).
{% endhint %}


---

# 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://support.cryptocloud.plus/en/payments/static-wallets.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.
