# Overview

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

AllSet powers AllSwap, an application which enables cross-chain swaps, discovering the best rates and settling them instantly through verifiable proofs instead of bridges.

## Key features and capabilities

The following are some features of AllSet/AllSwap:

* **Cross-chain liquidity**: Move assets between blockchains without bridges.
* **Verifiable settlements**: Every transaction, whether a deposit, revoke, or withdraw, is validated through Fast proofs.
* **Unified liquidity layer**: AllSet pools liquidity across chains, providing a foundation for applications like AllSwap.
* **High performance:** Fast’s parallel claim validation makes AllSet scalable even at high transaction volumes.
* **Developer-friendly**: Exposes simple deposit and withdrawal interfaces for integration into wallets, DEXs, and DeFi platforms.

## What's next?

* [**Architecture**](/allset-archived/architecture.md) → Get a detailed overview of AllSet's architecture.
* [**Developers**](/allset-archived/developers.md) → Dive deep into the inner-workings of our implementation of Fast and get accustomed with our APIs.
* [**Applications**](/allset-archived/applications.md) → Learn about applications built on AllSet, such as AllSwap.
* [**FAQ**](/allset-archived/faq.md) → Check out the most frequently asked questions.


---

# 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/overview.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.
