How to Use the Bulk FT_Transfer widget Overview Bulk FT_Transfer app is designed to facilitate the mass distribution of tokens to multiple NEAR accounts in one batch. It offers a streamlined process for specifying recipients and amounts through a CSV input, providing a user-friendly interface to manage and execute multiple token transfers efficiently. Steps to Use the App Connect Your Wallet: Ensure you are logged into your NEAR wallet. The app will automatically detect and display your NEAR account ID. Enter Token Contract: Manually enter the token contract address in the provided input field. This is the address of the token you intend to send. Prepare CSV Input: In the CSV input field, list the recipient wallet addresses and the corresponding token amounts. The format should be: ``` wallet1.near, amount1; wallet2.near, amount2; ... ``` Ensure that each wallet and amount pair is separated by a comma and each pair is separated by a semicolon. Send Tokens: Click the "Send Tokens" button to initiate the process. This will open a confirmation modal with the list of transactions. Confirm Transactions: Review the transactions in the modal to ensure all details are correct. Click "Confirm" to execute the transactions or "Cancel" to abort. Transaction Status: After confirmation, the app will process the transactions. A success message will be displayed upon successful execution, or an error message if something goes wrong. Example Token Contract Input: ```css enter token contract address here CSV Input Example: alice.near, 10; bob.near, 15; carol.near, 20; ``` Confirmation Modal: The modal will display: ```makefile alice.near: 10 bob.near: 15 carol.near: 20 ``` You can then confirm or cancel the transactions. This process ensures a seamless and efficient way to distribute tokens to multiple recipients on the NEAR blockchain using the NEAR Social MultiSender app.