# Parallel Account

#### What is Parallel Account?

Parallel Account executes trades using a **Nonce-based mechanism**, allowing you to submit the same transaction to multiple RPC providers at once.\
As soon as one provider successfully sends the transaction on-chain, the others automatically fail — ensuring you don’t waste priority fees.\
\&#xNAN;*This feature is Solana-only. We recommend creating a sniping account for faster and more reliable trading.*

***

#### Advantages:

* **Faster Execution**: Always routes through the fastest RPC provider available.
* **Higher Stability**: Sends to multiple providers simultaneously, reducing the risk of failed transactions.

***

#### Notes:

1. A sniping account is a **special Solana account** that requires rent (usually less than **0.002 SOL**). If you no longer need it, you can close the account and reclaim the rent.
2. Sniping accounts **cannot process concurrent transactions** — only one trade can be handled at a time.
   * If your wallet is copy-trading multiple tasks or handling several transactions simultaneously, we recommend creating **3 or more parallel accounts** for smooth operation.

***

#### How to Set Up:

1. In the **DBot Dashboard - My Wallet Page**:

* When selecting a wallet for copy trading, fast buy/sell, etc. tradings, you’ll see an option to configure parallel accounts.
* From here, you can create or close parallel accounts.
* Once created, the wallet’s trades in **Turbo Mode** (when priority fee + bribery tip >0.0002 sol) will use the parallel account without extra priority fee or bribery tip.

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

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

2. Creating parallel accounts during wallet import supported

<figure><img src="/files/uFb6iJVHtOwZ5DV92k9u" alt="" width="514"><figcaption></figcaption></figure>

3. **In Telegram Bot – Wallets Page:**\
   On the wallet list page, you will find a counter showing the number of parallel accounts under each wallet, along with a button to create new ones.

<figure><img src="/files/HAImjscn0Dmv3T5KhXSZ" alt="" width="476"><figcaption></figcaption></figure>


---

# 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://guide-en.dbotx.com/dex-trading-bot/parallel-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.
