INTRODUCTION

VEX DOCUMENTATION

Welcome to the VEX documentation. VEX is an AI-powered agent for the Solana ecosystem that enables you to trade, launch tokens, and manage your portfolio using natural language commands.

Quick Start Guide

1

Open VEX App

Navigate to VEX App to start chatting with the AI agent.

2

Enter Your Command

Use natural language to give instructions. For example: "what's trending?" or "check if this token is a rug".

3

Get Results

VEX will process your request and provide the information or action you need.

🤖

Powered by Qwen2.5-72B

VEX utilizes the Qwen2.5-72B AI model via OpenRouter. This model was selected for its exceptional ability to understand complex instructions, perform multi-step reasoning, and generate accurate outputs for blockchain operations.

TECHNICAL

SYSTEM ARCHITECTURE

VEX is built with a modern architecture that separates the frontend, backend, and AI agent into distinct components. Below are the main system components:

Frontend (SvelteKit)

A web application built with SvelteKit and TailwindCSS. Handles the chat UI, wallet connections, and displays results from the agent.

  • • SvelteKit for SSR and routing
  • • TailwindCSS for styling
  • • Solana Wallet Adapter for wallet connections
  • • SSE (Server-Sent Events) for streaming

Backend (Hono)

An API server built with the Hono framework. Handles requests from the frontend and orchestrates the AI agent.

  • • Hono for routing and middleware
  • • Node.js runtime
  • • SSE streaming for real-time responses
  • • Integration with various external APIs

AI Agent (ReAct Pattern)

An agent that uses the ReAct (Reason + Act) pattern to process user instructions and execute appropriate tools.

  • • Qwen2.5-72B via OpenRouter
  • • Tool calling for execution
  • • Memory for conversation context
  • • Streaming responses

External APIs

VEX integrates with various APIs to access data and execute transactions on Solana.

  • • Jupiter for swaps
  • • Helius for wallet data
  • • Birdeye for prices and trending
  • • Pump.fun for token launches

The ReAct Pattern: How the Agent Works

01

REASON

The agent receives your input and analyzes what needs to be done. It determines which tools are required and in what order they should be executed.

02

ACT

The agent executes the selected tool — for example, fetching token prices, preparing a swap, or checking token security.

03

OBSERVE

The agent observes the results from the tool, then decides whether to run another tool or if it has sufficient information to respond to your request.

REFERENCE

COMMANDS & EXAMPLES

VEX understands natural language, so you don't need to use rigid syntax. Below are examples of commands you can use:

Trading Commands

swap [amount] [from] for [to] Jupiter Aggregator

Execute a token swap using Jupiter with optimal routing. Supports all SPL tokens available on Jupiter.

> swap 5 SOL for WIF
> exchange 100 USDC for BONK
> sell all my WIF for SOL
buy [amount] of [token] Jupiter Aggregator

Purchase tokens using SOL or stablecoins. VEX will automatically calculate the required amounts.

> buy 2 SOL worth of BONK
> buy $100 worth of WIF

Portfolio Commands

show my portfolio Helius DAS

Display all tokens you own along with their USD values.

> show my portfolio
> what's my balance?
> how much SOL do I have?
check my PnL Helius + Birdeye

Calculate your profit and loss from trading over a specified time period.

> what's my PnL this week?
> show my win rate

Research Commands

check if [token] is a rug RugCheck.xyz

Analyze a token for potential rug pull indicators: ownership concentration, liquidity, mint authority, and more.

> check if PUMP is a rug
> analyze token safety for [mint address]
info [token] Birdeye

Get detailed information about a token: price, market cap, volume, holders, and more.

> info WIF
> what's the price of BONK?
trending tokens Birdeye

Display trending tokens based on volume and price momentum.

> show trending tokens
> what's hot right now?

Launch Commands

launch token [name] Pump.fun

Deploy a new token on Pump.fun with an automatic bonding curve.

> launch token $DEGEN
> create a memecoin called MOON
INTEGRATIONS

TOOLS & APIS

VEX integrates with the best APIs and protocols in the Solana ecosystem to provide a comprehensive trading experience.

Jupiter Aggregator v6

Trading & Swaps
jup.ag →

Jupiter is the largest DEX aggregator on Solana. VEX uses Jupiter to get the best prices with automatic routing across multiple DEXs like Raydium, Orca, Meteora, and more.

Best Price Routing Multi-hop Swaps Slippage Protection

Helius DAS API

Wallet Data & NFTs
helius.dev →

Helius provides the Digital Asset Standard (DAS) API for retrieving wallet data, token balances, NFTs, and transactions with high performance.

Token Balances NFT Metadata Transaction History

Birdeye API

Market Data & Analytics
birdeye.so →

Birdeye is an analytics platform for Solana DeFi. VEX uses Birdeye for real-time price data, trending tokens, and market analysis.

Real-time Prices Trending Tokens OHLCV Data

Pump.fun API

Token Launch
pump.fun →

Pump.fun is a platform for launching memecoins with bonding curves. VEX allows you to create new tokens directly from the chat interface.

Instant Launch Bonding Curve Auto Liquidity

RugCheck.xyz

Security Analysis
rugcheck.xyz →

RugCheck analyzes tokens to detect potential rug pulls. VEX automatically checks token security before you trade.

Ownership Analysis Liquidity Check Risk Score
IMPORTANT

SECURITY

Security is VEX's top priority. Below are the security principles we implement and tips for keeping your assets safe.

VEX Security Principles

🔐

No Private Key Access

VEX never sees or stores your private keys. All transactions are signed within your wallet.

Explicit Approval Required

Every transaction requires a signature from your wallet. VEX cannot execute without your approval.

👁️

Full Transparency

You can see complete transaction details before approving, including fee estimates and risks.

🛡️

Automatic Rug Checks

VEX automatically checks token security before trading to protect you from rug pulls.

Security Tips

⚠️

Never Share Your Seed Phrase

Your seed phrase is the key to your wallet. Anyone who has it can access all your assets. VEX will never ask for it.

⚠️

Verify Before Signing

Always carefully review transaction details before signing. Ensure amounts and destination addresses are correct.

⚠️

Use a Hardware Wallet

For large amounts of assets, consider using a hardware wallet like Ledger for additional security.

⚠️

Beware of Phishing

Make sure you're accessing VEX from the correct URL. Bookmark the official site and don't click links from untrusted sources.

SUPPORT

FREQUENTLY ASKED QUESTIONS

Common questions about VEX answered.

Is VEX free to use?

Yes, VEX is free to use during the early access period. You only pay standard Solana network fees and DEX fees (such as Jupiter's 0.5% swap fee). There are no additional charges from VEX.

What AI model does VEX use?

VEX uses Qwen2.5-72B via OpenRouter. This model was chosen for its exceptional reasoning capabilities, ability to understand complex contexts, and accuracy in generating outputs for trading operations.

Can VEX trade without my approval?

No. Every transaction involving your assets requires a signature from your wallet. VEX can only plan and prepare transactions; execution always requires your explicit approval.

What happens if a transaction fails?

If a transaction fails, VEX will display an error message and suggest solutions. No funds are lost on failed transactions — you only pay a very small gas fee (usually less than $0.01).

Is there a mobile app?

There's no dedicated mobile app yet, but VEX works well in mobile browsers. Make sure your wallet is installed on your mobile device for a smooth connection.

How do I report bugs or provide feedback?

You can reach us via X (Twitter) at @vex_agent. We greatly appreciate feedback to continuously improve VEX.

READY TO GET STARTED?

Start trading with natural language now.

VEX BETA

Your AI-powered Solana co-pilot. Trade, track, and launch with natural language commands.

Stay Updated

Get the latest updates and alpha.

© 2026 VEX. DYOR. NFA.
All systems operational

VEX is an experimental AI agent. All transactions require your explicit approval. Trading cryptocurrency involves substantial risk of loss and is not suitable for every investor. Past performance is not indicative of future results. This is not financial advice. Always DYOR.