# Gnosis Safe

* Log into your safe
* Click apps, search Csv, and select CSV Airdrop
  1. ![](https://3139449263-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgYEoMnmffKn5dtH9m8PM%2Fuploads%2Fgit-blob-555729a99a9c9eaa0247868d3304371046a246de%2Fimage.png?alt=media)
* Format your Coordinape csv correctly:

  Preparing a Transfer File

  Transfer files are expected to be in CSV format with the following required columns:

  * **`token_type`**: The type of token that is being transferred. One of `erc20,nft` or `native`. NFT Tokens can be either ERC721 or ERC1155.
  * **`token_address`**: Ethereum address of ERC20 token to be transferred. This has to be left blank for native (ETH) transfers.
  * **`receiver`**: Ethereum address of transfer receiver.
  * **`amount`**: the amount of token to be transferred. This can be left blank for erc721 transfers.
  * **`id`**: The id of the collectible token (erc721 or erc1155) to transfer. This can be left blank for native and erc20 transfers.

  **Important: The CSV file has to use "," as a separator and the header row always has to be provided as the first row and include the described column names.**
* Upload your csv and click submit.
  1. ![](https://3139449263-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgYEoMnmffKn5dtH9m8PM%2Fuploads%2Fgit-blob-04ec6b8b18aa7b57bcd8159ca79496d8d7c1a0fe%2Fimage.png?alt=media)
