> For the complete documentation index, see [llms.txt](https://tokenizer-guide.gitbook.io/tokenizer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tokenizer-guide.gitbook.io/tokenizer/modules/addy.md).

# ADDY

{% hint style="danger" %}
This type of task **requires** BLOCKFROST API key in Tokenizer settings.
{% endhint %}

<figure><img src="https://3935214457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcW0Da6etC5QmUtkfzKwg%2Fuploads%2F6a7y67pLcp98TQN1CLX0%2Fimage.png?alt=media&amp;token=c6985a9b-7cd5-4d84-b6bc-8b67f86d5acb" alt=""><figcaption></figcaption></figure>

| Key          | Key value                                                                                                                                                    |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Wallet group | Select a wallet group from those present in the drop-down list.                                                                                              |
| Wallet       | Select a wallet that will be used in the task.                                                                                                               |
| Amount       | Amount of ADA the bot will send. If number is not an integer, then write it in this format **125.5**                                                         |
| TRX quantity | A number of transactions that will be sent from the selected **Wallet**. Each transaction will contain the same amount of **ADA** from the **AMOUNT** field. |
| Custom API   | **OPTIONAL FIELD**                                                                                                                                           |

{% hint style="info" %}
For a more detailed and up-to-date setup of the task, check the appropriate text channel on our Discord server.
{% endhint %}

#### Custom API

Addy module supports following types of APIs:

1. [Tangocrypto](https://dashboard.tangocrypto.com/register)\
   Authtorize, click CREAT APP, select mainnet in the network dropbox. Then you will see the credentials for your API.\
   Enter creadentials to the CUSTOM API field in the following format: `APP_ID;API_KEY`. Example: `718497b97b40aab4b8351b3657ae;5cbab550c1a4e8eb12a5a3c2f766b`<br>

   <figure><img src="https://3935214457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcW0Da6etC5QmUtkfzKwg%2Fuploads%2Fq0cHHGXjz3RYTV2vwuHT%2Fimage.png?alt=media&amp;token=5a685427-71f1-49c0-b59b-106f643a7127" alt=""><figcaption></figcaption></figure>

   <figure><img src="https://3935214457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcW0Da6etC5QmUtkfzKwg%2Fuploads%2FQrAsCdyPHVqnbuZYcctA%2Fimage.png?alt=media&amp;token=a8585587-4d14-40c7-8714-3ec97c66327c" alt=""><figcaption></figcaption></figure>
2. Custom node\
   In order to user your custom node please enter the submit url to the CUSTOM API field. Example: `http://255.255.255.255:8080/api/v0/submittx`
3. Blockfrost\
   Guide for blockfrost is [here](https://tokenizer-guide.gitbook.io/tokenizer/tabs/settings#blockfrost-key). You can just enter another blockfrost key to the CUSTOM API field if you want.
4. Ogmios\
   Guide for ogmois is [here](https://ogmios.dev/getting-started/).  Enter ogmios api to the CUSTOM API filed. Example: `ws://255.255.255.255:1337`
5. If the CUSTOM API field is **empty,** the bot will use blockfrost api key from settings.
