> 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/readme.md).

# Welcome

Velocity is a multichain perpetuals DEX. Sign in, deposit USDC, and trade. We route each order on-chain to the venue with the best market and liquidity.

One terminal, many venues. You get crypto perps and spot, stocks, FX, commodities, and prediction markets in a single place, backed by the on-chain venues we route to: Hyperliquid, Lighter, Ostium, and more.

Velocity is a premium trading platform. The interface is built for professional traders: fast, information-dense, and engineered for precise order entry and one-click execution, with none of the clutter of a retail app.

On top of that you get a catalogue of strategies you can run on your account in one click.

## About

* [Team](/velocity-docs/about/team.md)

## Get started

* [What is Velocity](/velocity-docs/getting-started/what-is-velocity.md)
* [Sign up](/velocity-docs/getting-started/connect-wallet.md)
* [Deposit](/velocity-docs/getting-started/deposit-usdc.md)
* [Place your first trade](/velocity-docs/getting-started/first-trade.md)

## Trading

* [Order types](/velocity-docs/trading/order-types.md)
* [Leverage and margin](/velocity-docs/trading/leverage-and-margin.md)
* [Take profit and stop loss](/velocity-docs/trading/take-profit-stop-loss.md)
* [Funding and liquidations](/velocity-docs/trading/funding-and-liquidations.md)
* [Fees](/velocity-docs/trading/fees.md)

## Features

* [Strategies](/velocity-docs/features/strategies.md)
* [Markets](/velocity-docs/features/markets.md)
* [Wallet and security](/velocity-docs/features/wallet-and-security.md)

## Rewards

* [Rewards hub](/velocity-docs/rewards/rewards-hub.md)
* [Points program](/velocity-docs/rewards/points-program.md)

## Referrals

* [Refer and earn](/velocity-docs/referrals/refer-and-earn.md)
* [Creator program](/velocity-docs/referrals/creator-program.md)

## Help

* [FAQ](/velocity-docs/help/faq.md)

Email `support@velocitytrade.xyz` or message us on Telegram.


---

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