# FAQ

## **How to move my tokens to another chain?**

We have a bridge available on our user interface on our website. Briding using LayerZero costs no extra fees and is more secure than conventional bridges.&#x20;

## **Is the total supply per chain or global?**

The total supply is global, meaning that there is a total of 1,000,000 tokens in existence on all chains combined.

## **Can I sell tokens I bought on one chain on another?**

Yes, you can! Just use the bridge on our website which does not cost any additional fees and transfer your tokens to your favourite chain to use them there.

## **Where is the liquidity?**

Since we are using LayerZero to bridge, there is no bridging liquidity required.&#x20;

For swaps, there is a liquidity pool present on every chain that we are present on. Some may offer more advantageous prices than others, so look out for arbitrage opportunities!

## **How do reflections propagate through chains?**

Reflections with chains work on a hierarchy system. The most gas costly token is at the top, and the least gas costly token is at the bottom. \
\
Example: Let's say we have ETH, BSC and Polygon. If there is a reflection on ETH, the information about that transaction happening is then sent to BSC. That is then sent to Polygon. If, however, the transaction was initiated on BSC, it would go straight to Polygon, as Polygon is next in the hierarchy. \
\
This is how all of the chains communicate that there is a reflection.&#x20;

## What airdrops can I potentially farm with ScaleX as of now?

LayerZero, Linea and Base.&#x20;


---

# 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://scalex.gitbook.io/scalex/faq.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.
