> For the complete documentation index, see [llms.txt](https://docs.eclipse.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eclipse.xyz/readme/bridge-assets-for-gas-and-transactions.md).

# 2. Bridge Assets for Gas and Transactions

Depending on your current blockchain experience, there are two main pathways (Ethereum or Solana) for bridging assets to Eclipse for gas.

With our community evenly split between Ethereum and Solana, we are committed to delivering a smooth onboarding experience regardless of where you bridge from.

## **Existing Ethereum Users**:

You can bridge ETH from Ethereum to use as gas on Eclipse:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Eclipse Canonical Bridge</strong></td><td>Bridge ETH from Ethereum mainnet to Eclipse.</td><td></td><td><a href="/files/3nsB63Gr0sCleoKBqsvk">/files/3nsB63Gr0sCleoKBqsvk</a></td><td><a href="https://app.eclipse.xyz/bridge">https://app.eclipse.xyz/bridge</a></td></tr><tr><td>Relay Bridge</td><td>Bridge from Ethereum L2s to Eclipse</td><td></td><td><a href="/files/2eoOue04XlnCZDu2kild">/files/2eoOue04XlnCZDu2kild</a></td><td><a href="https://www.relay.link/bridge/eclipse">https://www.relay.link/bridge/eclipse</a></td></tr><tr><td><strong>Owlto Finance Bridge</strong>e</td><td>Bridge from Ethereum L2s to Eclipse.</td><td></td><td><a href="/files/hbWXrLqR0wxS1gEzeIBH">/files/hbWXrLqR0wxS1gEzeIBH</a></td><td><a href="https://owlto.finance/">https://owlto.finance/</a></td></tr><tr><td>Orbiter Finance Bridge</td><td>Bridge from Ethereum L2s to Eclipse.</td><td></td><td><a href="/files/Rbj77tO3oSZ2lqJ2qzjn">/files/Rbj77tO3oSZ2lqJ2qzjn</a></td><td><a href="https://www.orbiter.finance/">https://www.orbiter.finance/</a></td></tr><tr><td><strong>Gas.Zip Bridge</strong></td><td>Bridge ETH from Ethereum L2s to Eclipse.</td><td></td><td><a href="/files/DTMqXBnWIXgfGA8ocKQL">/files/DTMqXBnWIXgfGA8ocKQL</a></td><td><a href="https://www.gas.zip/">https://www.gas.zip/</a></td></tr><tr><td><strong>Mini Bridge</strong></td><td>Bridge from Ethereum L2s to Eclipse</td><td></td><td><a href="/files/QAFipBLlP3KqAjEhiY86">/files/QAFipBLlP3KqAjEhiY86</a></td><td><a href="https://minibridge.chaineye.tools/">https://minibridge.chaineye.tools/</a></td></tr></tbody></table>

## **Existing Solana Users**:

Introducing the Eclipse Gas Station: Swap SOL and USDC for ETH gas without needing to bridge from Ethereum mainnet.

{% stepper %}
{% step %}

#### Use Hyperlane to bridge SOL or USDC from Solana to Eclipse:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Hyperlane Nexus Bridge</strong></td><td>Bridge from Solana &#x26; Ethereum to Eclipse.</td><td></td><td><a href="/files/zx0yVWP3IbkhBc6qpa2Q">/files/zx0yVWP3IbkhBc6qpa2Q</a></td><td><a href="https://www.usenexus.org/">https://www.usenexus.org/</a></td></tr></tbody></table>
{% endstep %}

{% step %}

#### Visit the Eclipse Gas Station to acquire ETH on Eclipse for transaction fees using your bridged SOL or USDC:

{% embed url="<https://app.eclipse.xyz/gas-station>" %}
Eclipse Gas Station
{% endembed %}
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.eclipse.xyz/readme/bridge-assets-for-gas-and-transactions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
