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

# What is Velocity

Velocity is a multichain perpetuals DEX: one terminal that routes your orders across several on-chain venues.

Instead of tying you to a single exchange, Velocity connects to multiple on-chain perp venues and sends each order to the one that lists the market with the best liquidity. Today that includes Hyperliquid, Lighter, and Ostium, with more venues being added. Each venue runs its own on-chain order book. Velocity puts one fast, professional-grade interface on top and adds a few things those venues don't ship by default:

* A premium interface built for professional traders: fast, information-dense, and tuned for precise order entry and one-click execution.
* A catalogue of pre-built strategies you can run on your account.
* A wallet that signs orders silently so you can trade without popups.
* One terminal for every market we list, across every venue we support.

Velocity is not a separate venue. Every trade you place settles on-chain at the venue that lists it.

## What you can trade

One account, every asset class we list:

* **Crypto**: 200+ perpetuals plus spot, from BTC and ETH to long-tail tokens.
* **Stocks**: perps on US single names like TSLA, NVDA, and AAPL.
* **ETFs**: perps on major exchange-traded funds.
* **Forex**: major FX pairs such as EUR/USD.
* **Commodities**: gold, silver, oil, natural gas and more.
* **Indices**: equity indices like the SP500 and the NASDAQ.
* **Pre-IPO**: perps on private companies before they list.
* **Prediction markets**: binary and multi-outcome contracts on real-world events.

See [Markets](/velocity-docs/features/markets.md) for the full breakdown.

## Your funds

Velocity never holds your USDC. Balances sit on-chain at the venues you trade on, controlled by your wallet. You can withdraw at any time.


---

# 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, and the optional `goal` query parameter:

```
GET https://velocity-1.gitbook.io/velocity-docs/getting-started/what-is-velocity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
