# How to enable SOL Nonce Account

{% hint style="info" %}
Please ensure that your CoinSend client is version 2.0.0 or above in order to use this feature\
![](/files/TPgnRtDoJdWMk5jL2tp9)
{% endhint %}

The Nonce account allows for delayed transactions, helping to prevent transaction failures. Once enabled, transactions must be completed in nonce order—each must be confirmed before the next is broadcast.<br>

1. Navigate the CoinSend Center > CoinSend client page > Detail

   <figure><img src="/files/8H6kvtSaxwwmTjDtKkT3" alt=""><figcaption></figcaption></figure>

2. Click on the gear icon beside SOL address

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

3. Click the toggle button beside "Nonce account status" to enable nonce account.\
   Please note that the nonce account requires the address to reserve a certain amount as account rent, as indicated on this page.\
   Charges will only start when the rent falls below the indicated range, and the rent will be refunded when the nonce account is closed.

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

{% hint style="warning" %}
Creating or closing a nonce account will incur gas fees. The creation process uses a standard transaction method, which may occasionally fail, so you might need to click toggle button more than once.
{% 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://coinsdo.gitbook.io/docs/coinsend/how-to/how-to-enable-sol-nonce-account.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.
