# FAQ

<details>

<summary>What is AllSet?</summary>

AllSet is an application for light-speed asset movement across any chain. It acts as a universal liquidity layer that lets users deposit, withdraw and swap assets across chains, with all interactions verifiable due to AllSet being built on [Fast](broken://pages/J26hp8766EpgiVNGw7bO).

</details>

<details>

<summary>How does AllSet compare to traditional bridges?</summary>

Traditional bridging in Web3 usually involves locking and minting through centralized entities such as Circle, etc. Using these entities it can take up to **several minutes** for a single asset to be bridged from one chain (L1/L2) to another.

AllSet acts as a universal liquidity layer, with liquidity pools on all chains (L1/L2) it is connected to. Deposit and withdrawal are done at **light-speed** and verifiably due to the infrastructure provided by [Fast](broken://pages/J26hp8766EpgiVNGw7bO).

</details>

<details>

<summary>How do AllSet and Fast interact?</summary>

AllSet uses Fast as a universal liquidity ledger.

AllSet monitors chain activities and generates the appropriate claims and proofs for asset representations to be minted, burnt, or moved. However, these operations happen on Fast.

Finally, AllSet relays from Fast to chains the intents for execution, such as withdrawing or swapping assets, and verification.

</details>

<details>

<summary>Can AllSet use another L1/L2 instead of Fast as a universal liquidity ledger?</summary>

Yes. The idea behind AllSet is general and it is not strictly tied to Fast.

However, the advantage of using Fast as the universal liquidity ledger is that deposit from/withdraw to different chains can be processed in parallel to increase the overall throughput. Moreover, when assets are "bridged" to Fast, they are performed at light-speed.

As such, Fast is the ideal solution for AllSet to connect and provide interoperability between chains.

</details>

<details>

<summary>What wallets do you currently support?</summary>

To access assets on Fast, please use the [Fast Wallet extension](https://chromewebstore.google.com/detail/fastset-wallet/ghibjknldlhfffnckpencpcjbhefblbe?pli=1).

To access assets on any chains connected to AllSet, EVM compatible wallet applications such as MetaMask, Phantom, etc., are supported.

</details>


---

# 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.fast.xyz/allset-archived/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.
