# Getting USDC & ETH on Optimism

Optimism makes it easy to get your assets onto the network. They are supported by various fiat on-ramps, Centralized Exchanges, and bridges. You can find a complete list [here](https://app.optimism.io/bridge).

#### New to crypto?

-> [Get started with Optimism](https://app.optimism.io/get-started) without previous experience.

#### Crypto already in your wallet?&#x20;

-> Use a [Bridge](#bridging-to-optimism) or [swap tokens on a DEX](#decentralized-exchanges)

#### Crypto on an Exchange?&#x20;

-> [Withdraw](#centralized-exchanges) to Optimism

#### Money on a bank account or credit card?&#x20;

-> Use a [Fiat On-Ramp](#fiat-on-ramps)

### Bridging to Optimism

The Optimism bridge offers you a simple and beginner-friendly interface that allows for bridging crypto you already own, using a fiat on-ramp, or withdrawing from various centralized exchanges.

Currently, the native Optimism bridge supports sending assets from Ethereum, Polygon, BSC, Arbitrum, and Gnosis Chain. You can find the bridge by following [this link](https://app.optimism.io/bridge).

![https://app.optimism.io/bridge](/files/5BzPK7c3gPNBToEcVQ0s)

### Decentralized Exchanges

If you already have cryptocurrency in your wallet, you can easily swap any other token for ETH or USDC on a Decentralized Exchange. Here is a list of options:

* [Uniswap](https://app.uniswap.org/#/swap?chain=optimism)&#x20;
* [Sushiswap](https://app.sushi.com/swap?chainId=10)&#x20;
* [Matcha](https://matcha.xyz/markets/10/0x7f5c764cbc14f9669b88837ca1490cca17c31607) (aggregates to find the best price)&#x20;
* [Zapper](https://zapper.fi/exchange) (aggregates to find the best price)

<table><thead><tr><th width="150">Ticker</th><th width="150">Chain</th><th width="445.33333333333337">Contract Address</th></tr></thead><tbody><tr><td>USDC</td><td>Optimism</td><td><code>0x7F5c764cBc14f9669B88837ca1490cCa17c31607</code></td></tr><tr><td>ETH</td><td>Optimism</td><td><code>0x4200000000000000000000000000000000000006</code></td></tr></tbody></table>

### Fiat On-Ramps

A Fiat On-Ramp is a service that allows exchanging fiat currencies (e.g., US dollars, Euros, etc.) for cryptocurrencies. Depending on your country of residence, they offer to purchase crypto directly from your bank account or credit card. Some on-ramps that offer USDC and ETH on Optimism are: &#x20;

* [Banxa](https://optimism.banxa.com/)
* [Transak](https://global.transak.com/)

### Centralized Exchanges&#x20;

{% hint style="info" %}
Centralized Exchanges typically charge higher fees than Decentralized Exchanges but are easier to use for beginners.
{% endhint %}

If you don't own any cryptocurrency yet, you can use a Centralized Exchange to purchase ETH or USDC. Centralized Exchanges are custodial trading platforms that match buyers and sellers via an order book.&#x20;

[Layerswap](https://www.layerswap.io/) is a service that allows withdrawing from various CEXes to Optimism L2.


---

# 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.pooltogether.com/pooltogether/pooltogether-on-optimism/getting-usdc-and-eth-on-optimism.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.
