# Payment Addresses

Tally accepts payments on multiple blockchain networks. Please use the appropriate address for the network you wish to send on, and double-check the address before sending any funds.

### Supported Networks and Addresses

<table><thead><tr><th width="275">Network</th><th>Address</th></tr></thead><tbody><tr><td>Ethereum Mainnet</td><td><code>0x7E90E03654732ABedF89Faf87f05BcD03ACEeFdC</code></td></tr><tr><td>Arbitrum One</td><td><code>0x50Db58E1774CB7922d1bF96a267b52e8bb41c0ce</code></td></tr><tr><td>Optimism</td><td><code>0xec1C77AC05915F099C7c56900D63823Fa4308800</code></td></tr><tr><td>Base</td><td><code>0xddf44851CC3A8b9142e66dfCEFf05B5867451A84</code></td></tr><tr><td>Polygon</td><td><code>0x4890f92e8fcaf7B22764C7f08Da0D1ABd7F567eC</code></td></tr><tr><td>Gnosis Chain</td><td><code>0xFd4c2579664286ae699c5E25aECCFB5Df58e8d85</code></td></tr></tbody></table>

### Important Notes:

* Always verify the address before sending any tokens.
* Ensure you're sending tokens on the expected network.
* Contact our support team if you need assistance or have any questions.

Remember: blockchain transactions are irreversible. If you send funds to an incorrect address, we may not be able to recover them.


---

# 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.tally.xyz/payment-addresses.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.
