# Purchase or Bridge FLR

### Purchasing FLR on a Centralised Exchange (CEX)

1. FLR is listed on multiple CEXs.
2. Deposit tokens or fiat on a supported exchange.
3. Purchase FLR.
4. Withdraw FLR to the same personal wallet address that you will use for Firelight Protocol.

{% hint style="warning" %}
**CEXs Listing FLR**

FLR is available on several centralised exchanges, including Coinbase, Gate.io, OKX, and Kraken.

For a complete list, head to [Coingecko](https://www.coingecko.com/en/coins/flare)
{% endhint %}

{% hint style="danger" %}
When withdrawing **ensure that you select the Flare Network.**&#x20;

Sending your funds to the wrong network, will result in a loss of funds.
{% endhint %}

### Bridging FLR from other EVM Chains

Move exisiting assets from their current chain (e.g., Ethereum, Arbitrum) that supports the Flare Network. You can do this using a supported cross-chain bridge.

1. Navigate to a trusted cross-chain bridge to Flare.
2. Connect your EVM wallet to the bridge interface. Select your source chain and the asset you wish to transfer (e.g., USDC). Set Flare Network as the destination.
3. Follow the on-screen instructions to approve and confirm the bridging transaction. Your assets will then be sent to your wallet address on the Flare Network.<br>

{% hint style="warning" %}
**Gas for Transactions**

Bridging assets to Flare **does not automatically provide you with FLR**, which is the native token required to pay for gas fees on all transactions.&#x20;

After bridging, **your bridged assets will be in your wallet, but you will not be able to move them until you acquire a small amount of FLR**.
{% endhint %}

#### Obtain FLR for Gas via a Refuel Service

To perform your first transaction on Flare (like swapping for more FLR), you need a small starting amount of the native token for gas. Gas refuel services are designed for this purpose.

1. Use a gas refuel service to request a small "gas drop." A popular option is [Gas.zip](https://www.gas.zip/).
2. Connect your wallet to the service and follow the instructions to request an FLR gas drop to your address.&#x20;

{% hint style="warning" %}
**Third-Party Service Disclaimer**

The gas refuel services listed above are third-party applications. We do not operate or officially endorse them, and cannot guarantee their availability, accuracy, or functionality. Use them at your own discretion.
{% endhint %}

#### Swap for more FLR on a DEX

Once you have received the initial gas drop, you can perform your first swap on a Flare-based Decentralized Exchange (DEX).

1. Navigate to a DEX on the Flare Network.
2. Swap a small amount of your bridged asset (e.g., USDC) for FLR. This will ensure you have a sufficient balance of the native token for all future transactions within the ecosystem.


---

# 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.firelight.finance/user-guides/obtain-fxrp-and-flr-tokens/purchase-or-bridge-flr.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.
