# Protocol

- [Builder's Program](https://docs.vdex.trade/protocol/builders-program.md)
- [VPOINTs](https://docs.vdex.trade/protocol/vpoints.md)
- [Whitepaper](https://docs.vdex.trade/protocol/whitepaper.md): Detailed Overview of Platform Design
- [Zero Knowledge State Channel](https://docs.vdex.trade/protocol/whitepaper/zero-knowledge-state-channel.md): VRC-1
- [ZK State Channels](https://docs.vdex.trade/protocol/whitepaper/zero-knowledge-state-channel/zk-state-channels.md)
- [ZK State Channel vs. State Channel](https://docs.vdex.trade/protocol/whitepaper/zero-knowledge-state-channel/zk-state-channel-vs.-state-channel.md)
- [Virtual Node](https://docs.vdex.trade/protocol/whitepaper/virtual-node.md): VRC-2
- [Vault of Isolated Participant Escrow](https://docs.vdex.trade/protocol/whitepaper/vault-of-isolated-participant-escrow.md): VRC-3
- [Virtual Insurance Pool](https://docs.vdex.trade/protocol/whitepaper/virtual-insurance-pool.md): VRC-4
- [Virtual Rollup](https://docs.vdex.trade/protocol/whitepaper/virtual-rollup.md): VRC-5
- [Virtual Market Maker](https://docs.vdex.trade/protocol/whitepaper/virtual-market-maker.md): VRC-6
- [Virtual Wallet](https://docs.vdex.trade/protocol/whitepaper/virtual-wallet.md): VRC-7
- [Volatile Asset Collateral](https://docs.vdex.trade/protocol/whitepaper/volatile-asset-collateral.md): VRC-8
- [Omnichain Abstraction](https://docs.vdex.trade/protocol/whitepaper/omnichain-abstraction.md): VRC-9
- [Perpetual Futures](https://docs.vdex.trade/protocol/whitepaper/perpetual-futures.md): VRC-10
- [0DTE Perpetual Futures](https://docs.vdex.trade/protocol/whitepaper/0dte-perpetual-futures.md): VRC-11
- [Verdict](https://docs.vdex.trade/protocol/whitepaper/verdict.md): VRC-11
- [VPAY](https://docs.vdex.trade/protocol/whitepaper/vpay.md): VRC-12
- [Virtual Bridge](https://docs.vdex.trade/protocol/whitepaper/virtual-bridge.md): VRC-13
- [VORTEX](https://docs.vdex.trade/protocol/whitepaper/vortex.md): VRC-14
- [Virtual Labs](https://docs.vdex.trade/protocol/virtual-labs.md): What is Virtual Labs?
- [Background](https://docs.vdex.trade/protocol/virtual-labs/background.md)
- [Vision](https://docs.vdex.trade/protocol/virtual-labs/vision.md)
- [Audit](https://docs.vdex.trade/protocol/audit.md): VDEX smart contracts were audited by Halborn, a leading blockchain security firm.
- [Brand Kit](https://docs.vdex.trade/protocol/brand-kit.md)


---

# 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.vdex.trade/protocol.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.
