# Smart Contracts

YODL payment router smart contract are deployed on following networks:

* Ethereum: [`0x061888246A29fEB9bb3f168CD8589B3Cf4115668`](https://etherscan.io/address/0x061888246A29fEB9bb3f168CD8589B3Cf4115668)
* Polygon: [`0x8866DAFa2762346c85098C5b2201fA7CB2dA6100`](https://polygonscan.com/address/0x8866DAFa2762346c85098C5b2201fA7CB2dA6100)
* Arbitrum: [`0x408EB3F5A578b3eEcFe2c0cD58988fAb306885b4`](https://arbiscan.io/address/0x408EB3F5A578b3eEcFe2c0cD58988fAb306885b4)
* Optimism: [`0x408EB3F5A578b3eEcFe2c0cD58988fAb306885b4`](https://optimistic.etherscan.io/address/0x408EB3F5A578b3eEcFe2c0cD58988fAb306885b4)
* Gnosis Chain: [`0x5faD44Dc5B63f1717523c340de357ef399FeA0F2`](https://gnosisscan.io/address/0x5faD44Dc5B63f1717523c340de357ef399FeA0F2)

The smart contracts are verified and deployed immutable.

YODL runs its own indexer/yodlscan service that indexes all YODL payments on all chains, it's currently available here: <https://yodl.me/payments>


---

# 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.yodl.me/yodl-documentation/smart-contracts.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.
