# Gnosis Safe

* Log into your safe
* Click apps, search Csv, and select CSV Airdrop
  1. ![](/files/FUUojVCzeBEKq02WEFdD)
* 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. ![](/files/eygCu2Hk5B8QaEqNMTDT)


---

# 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.coordinape.com/get-started/compensation/paying-your-team/gnosis-safe.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.
