> For the complete documentation index, see [llms.txt](https://docs.bridgesmarter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bridgesmarter.com/getting-started/editor.md).

# Quickstart

## For Users

### **1. Connect Your Wallet**

* Visit the Genius Bridge interface at app.bridgesmarter.com
* Click "Connect Wallet"

<figure><img src="/files/dmVbfhFfBVPM8mlXEy7z" alt="" width="375"><figcaption></figcaption></figure>

* Choose your wallet provider (MetaMask, Phantom, WalletConnect, etc.)

<figure><img src="/files/OvPq534jXqm2fOPqMop1" alt="" width="188"><figcaption></figcaption></figure>

* Approve the connection

### **2. Select Your Swap**

* **Source Chain**: Choose your tokens on any of the 9 currently supported networks

<figure><img src="/files/xQ1badOMms6zIIKrnd4f" alt="" width="375"><figcaption></figcaption></figure>

* **Source Token**: Select the token you want to swap

<figure><img src="/files/yNf6mEHXk2AzmT86x9fU" alt="" width="375"><figcaption></figcaption></figure>

* **Destination Chain**: Choose where you want your tokens

<figure><img src="/files/9swsdBDQcT6UgDMIezbN" alt="" width="375"><figcaption></figcaption></figure>

* **Destination Token**: Select the token you want to receive

<figure><img src="/files/gOrYS5Rt8k50S0bfzRE7" alt="" width="375"><figcaption></figcaption></figure>

* **Amount**: Enter the amount to swap

<figure><img src="/files/cpNMsmSmmvxbJ286xhXs" alt=""><figcaption></figcaption></figure>

### **2. Review and execute**

* Review the quote, and execute

<figure><img src="/files/WHXR01vs9Nx78ggnW89t" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/glqzmsMkuVSZkXiQmQtC" alt=""><figcaption></figcaption></figure>

### For Developers

Refer to the API docs section to get started on integrating GBP in your project.


---

# 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:

```
GET https://docs.bridgesmarter.com/getting-started/editor.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.
