Getting Started
This guide gets you from zero to trading in five minutes.
1. Connect Your Wallet
Section titled “1. Connect Your Wallet”Go to reversion.trade and click the wallet button in the top-right corner. Supported wallets:
- MetaMask
- Rabby
- Phantom
- WalletConnect (mobile wallets)
Select your wallet and approve the connection on the Arbitrum network.
2. Sign In
Section titled “2. Sign In”You’ll be prompted to sign a message (SIWE — Sign-In With Ethereum). This authenticates you without sharing any private keys.
On first sign-in, the platform automatically:
- Creates your account
- Generates an API wallet (a separate keypair for executing trades on Hyperliquid)
- Prompts you to approve the API wallet on Hyperliquid
3. Deposit Funds
Section titled “3. Deposit Funds”Click Deposit in the header to add USDC to your Hyperliquid trading account. Funds are available for trading immediately.
You can also withdraw and transfer funds from the same menu.
4. Choose Your Mode
Section titled “4. Choose Your Mode”Reversion has four modes — pick the one that matches what you want to do:
Trade — Manual Trading
Section titled “Trade — Manual Trading”The default mode. Place orders manually using the trading terminal:
- Select a market from the chart header (e.g.,
BTC/USDC) - Set your leverage and margin mode
- Choose an order type (market, limit, stop loss, take profit, TWAP)
- Enter your size, pick buy or sell, and confirm
Your positions, open orders, and trade history appear in the info panel at the bottom.
Build — Algorithm Builder
Section titled “Build — Algorithm Builder”Build rule-based trading strategies visually:
- Open Build mode from the header
- Create a new algorithm
- Define entry/exit conditions using indicators (RSI, Bollinger Bands, MACD, etc.)
- Configure position sizing, stop loss, and take profit
- Backtest against historical data
- Deploy live when you’re confident
Agent — AI Assistant
Section titled “Agent — AI Assistant”Connect an AI agent (Claude Desktop, Cursor, VS Code) to trade and analyze markets via natural language:
- Create an API token from the web app (Settings → API Tokens)
- Install the MCP server:
npx -y reversion-mcp - Configure your AI app with the token
- Start chatting — “Generate a 4h chart for BTC with RSI and Bollinger Bands”
Portfolio — Account Overview
Section titled “Portfolio — Account Overview”View your account summary: equity, margin usage, active positions, algorithm count, unrealized P&L, and 30-day performance.
5. Explore
Section titled “5. Explore”| Want to… | Go to |
|---|---|
| Place trades manually | Trade → |
| Build an algorithm | Build → |
| Use AI for trading | Agent → |
| Browse indicators | Indicators → |
| Learn the full platform | Overview → |