# Withdrawal & Auto Split

Multisplit - Automatic distribution of assets between wallets

Tag @AngelFernoDev in your group chat and send the wallet you want to add to the multisplit with percentage

<figure><img src="https://3695276748-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhxIP3ibv9PPfOUXmHZ5G%2Fuploads%2Fa8Ejd1cEyvB7B9SqQPx4%2Fimage.png?alt=media&#x26;token=507b576a-0071-4b9f-8183-b3a2b74772ac" alt=""><figcaption><p>Multisplit enabled</p></figcaption></figure>

{% hint style="info" %}
Don't forget that the NFTs will be sent to the main wallet, not the multisplit wallet
{% endhint %}

#### How to hide seed phrases if you work as a team in the same Group chat <a href="#how-to-hide-seed-phrases-if-you-work-as-a-team-in-the-same-group-chat" id="how-to-hide-seed-phrases-if-you-work-as-a-team-in-the-same-group-chat"></a>

If you work in a team and don't want other users to see seed phrases in the logs, tag @AngelFernoDev and ask to enable hiding seed phrases. Then use `/get_seed` command in main bot DM to get the seed phrase

<figure><img src="https://3695276748-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhxIP3ibv9PPfOUXmHZ5G%2Fuploads%2F2bLBy5pRPEzurkBLDS1c%2Fimage.png?alt=media&#x26;token=ae24c328-5906-4321-8ecc-bb2f7ab1777b" alt=""><figcaption><p>Default view</p></figcaption></figure>

<figure><img src="https://3695276748-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhxIP3ibv9PPfOUXmHZ5G%2Fuploads%2FTdpB18agxAc3z1oN01hZ%2Fimage.png?alt=media&#x26;token=2aa2b119-d19d-4c5a-b0b9-ac72d22f5523" alt=""><figcaption><p>Hidden seed</p></figcaption></figure>

<figure><img src="https://3695276748-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhxIP3ibv9PPfOUXmHZ5G%2Fuploads%2FNzL45n05tj67zrruQPfV%2Fimage.png?alt=media&#x26;token=dd633a6f-5260-40b4-9a49-389a8a3026d0" alt=""><figcaption><p>Getting the hidden seed through main bot DM</p></figcaption></figure>

#### How to withdraw native assets <a href="#how-to-withdraw-native-assets" id="how-to-withdraw-native-assets"></a>

`/withdrawable` - get the list the amount of native currency withdrawable for each chain and then use `/withdraw_all` command

#### Getting the stucked assets

There is a transaction, but the assets do not show up in `/withdrawable`, use `/detect_transaction [chainId] [txHash]` command

<figure><img src="https://3695276748-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhxIP3ibv9PPfOUXmHZ5G%2Fuploads%2FtSSuQZLnnUohvN4g6Cqs%2Fimage.png?alt=media&#x26;token=58df9c3e-f833-4b59-b244-4879f1c6049c" alt=""><figcaption><p>Transaction detected :)</p></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://docs.angelferno.us/angel-ferno-bot-control/withdrawal-and-auto-split.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.
