# Supported Currencies

Ocean Enterprise supports the following currencies:

### Production Networks currencies

* **Ethereum Mainnet**

<table><thead><tr><th width="214.5">Supported Currency</th><th>Contract address</th></tr></thead><tbody><tr><td>USDC</td><td><a href="https://etherscan.io/token/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"><code>0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48</code></a></td></tr><tr><td>EURC</td><td><a href="https://etherscan.io/token/0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c"><code>0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c</code></a></td></tr><tr><td>EURAU</td><td><a href="https://etherscan.io/token/0x4933A85b5b5466Fbaf179F72D3DE273c287EC2c2"><code>0x4933A85b5b5466Fbaf179F72D3DE273c287EC2c2</code></a></td></tr></tbody></table>

* **Optimism Mainnet**

<table><thead><tr><th width="215">Supported Currency</th><th>Contract address</th></tr></thead><tbody><tr><td>USDC</td><td><a href="https://optimistic.etherscan.io/token/0x0b2c639c533813f4aa9d7837caf62653d097ff85"><code>0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85</code></a></td></tr><tr><td>EURAU</td><td><a href="https://optimistic.etherscan.io/address/0x4933a85b5b5466fbaf179f72d3de273c287ec2c2"><code>0x4933A85b5b5466Fbaf179F72D3DE273c287EC2c2</code></a></td></tr></tbody></table>

***

### Test Networks currencies

* **Ethereum Sepolia**

<table><thead><tr><th width="215">Supported Currency</th><th>Contract address</th></tr></thead><tbody><tr><td>USDC</td><td><a href="https://sepolia.etherscan.io/address/0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238"><code>0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238</code></a></td></tr><tr><td>EURC</td><td><a href="https://sepolia.etherscan.io/address/0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4"><code>0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4</code></a></td></tr></tbody></table>

* **Optimism Sepolia**

<table><thead><tr><th width="215">Supported Currency</th><th>Contract address</th></tr></thead><tbody><tr><td>USDC</td><td><a href="https://sepolia-optimism.etherscan.io/token/0x5fd84259d66Cd46123540766Be93DFE6D43130D7"><code>0x5fd84259d66Cd46123540766Be93DFE6D43130D7</code></a></td></tr><tr><td>EURAU</td><td><a href="https://sepolia-optimism.etherscan.io/address/0xD35141583f374d401fee1BFdDc35910E1D33a588"><code>0xD35141583f374d401fee1BFdDc35910E1D33a588</code></a></td></tr></tbody></table>

***


---

# 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.oceanenterprise.io/developers/networks/supported-currencies.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.
