Skalo Documentation
Autonomous paper-trading agent. Build, test, and run crypto strategies without risking real money.
Real Market Data
Live prices from CoinGecko across thousands of crypto assets.
Autonomous Strategies
Create trading strategies that run 24/7 on your behalf.
Backtesting Engine
Test any strategy against historical data before going live.
Quick Start
Get up and running in under a minute.
- Go to skalo.app/login and create an account (email or wallet)
- You start with
$100,000in simulated funds - Open the Dashboard to see your portfolio and live prices
- Create your first strategy or place a manual trade
- Track performance in the Trades section
Paper Trading
Paper trading lets you simulate real market conditions with virtual funds. Your trades execute against live market prices from CoinGecko, so the experience mirrors real trading without the financial risk.
How It Works
- Starting balance: $100,000 USDT (simulated)
- Order types: Market and Limit orders
- Execution: Trades fill at current market price via CoinGecko API
- Tracking: Full P&L, win rate, and performance metrics
- Persistence: Portfolio state saved locally and in your account
Supported Assets
All major cryptocurrencies available on CoinGecko, including:
| Asset | Ticker | Pairs |
|---|---|---|
| Bitcoin | BTC | BTC/USDT |
| Ethereum | ETH | ETH/USDT |
| Solana | SOL | SOL/USDT |
| BNB | BNB | BNB/USDT |
| XRP | XRP | XRP/USDT |
More assets are added continuously as CoinGecko coverage expands.
Dashboard
The main Dashboard is your command center. It shows:
- Portfolio value — total balance in real-time
- P&L — profit and loss across all positions
- Win rate — percentage of profitable trades
- Active strategies — how many bots are currently running
- Price ticker — live scrolling prices for top assets
The dashboard updates automatically as market prices change. No refresh needed.
Strategies
Strategies are automated trading rules that execute on your behalf. You define the logic, Skalo runs it.
Creating a Strategy
- Navigate to the Strategies tab
- Click New Strategy
- Choose a pair (e.g. BTC/USDT)
- Define entry/exit conditions
- Set position size and risk parameters
- Activate the strategy
Strategy Types
| Type | Description | Best For |
|---|---|---|
| Grid Trading | Places buy/sell orders at preset intervals | Sideways markets |
| DCA | Dollar-cost averaging on a schedule | Long-term accumulation |
| Momentum | Enters on breakouts, exits on reversal | Trending markets |
| Mean Reversion | Buys dips, sells rallies within a range | Range-bound markets |
Backtesting
Test your strategies against historical data before activating them.
Parameters
- Timeframe: 7d, 30d, 90d, 1y
- Initial capital: How much to simulate
- Pair: Which asset to test
- Strategy config: Your entry/exit rules
Results Include
- Total return (%) and absolute P&L
- Maximum drawdown
- Sharpe ratio
- Number of trades and win rate
- Equity curve visualization
Trade History
Every trade is logged with full details:
| Field | Description |
|---|---|
| Pair | Trading pair (e.g. ETH/USDT) |
| Side | Buy or Sell |
| Amount | Position size |
| Entry Price | Price at execution |
| Exit Price | Price at close (if closed) |
| P&L | Profit or loss on the trade |
| Status | Open / Closed / Cancelled |
| Timestamp | When the trade was placed |
Export your full trade history as CSV from the Settings page.
Authentication
Skalo supports two authentication methods:
Email + Password
Standard sign-up with email and password. Your account data is stored securely on Supabase with row-level security enabled.
Wallet Login
Connect your crypto wallet to sign in. No password needed — your wallet address is your identity. See Wallet Login for details.
Wallet Login
Sign in with your browser wallet extension. Supported wallets:
| Wallet | Chain | Detection |
|---|---|---|
| MetaMask | EVM | window.ethereum |
| Phantom | Solana + EVM | window.phantom |
| Coinbase Wallet | EVM | window.coinbaseWalletExtension |
How It Works
- Click Continue with wallet on the login page
- Select your wallet from the modal
- Approve the connection in your wallet extension
- Skalo creates a secure account linked to your wallet address
- You're signed in — no password to remember
Settings
Configure your trading preferences:
- Default order size — preset amounts for quick trading
- Risk level — Conservative / Moderate / Aggressive
- Notifications — trade alerts and strategy updates
- Theme — currently dark mode only
- Export data — download trade history as CSV
Market Data
Skalo pulls live price data from the CoinGecko API.
Endpoints Used
Update Frequency
| Data | Interval |
|---|---|
| Price ticker | Every 30 seconds |
| Portfolio value | Every 60 seconds |
| Historical charts | On demand |
Rate Limits
CoinGecko free tier allows up to 30 requests per minute. Skalo batches requests efficiently to stay well within limits.
If you see stale prices, the app will automatically retry on the next interval. No action needed.
FAQ
Is this real trading?
No. Skalo is a paper trading platform. All funds are simulated. You cannot deposit, withdraw, or lose real money.
Do I need to deposit anything?
No. You start with $100,000 in virtual funds automatically. No credit card, no crypto deposit required.
Is wallet login safe?
Yes. We only read your wallet address for identification. We never request transaction signing or access to your funds.
When will Live trading launch?
Live mode is on the roadmap. Paper mode lets you build and prove strategies before real money is involved. Follow our updates for launch announcements.
Can I reset my portfolio?
Yes. Go to Settings and click Reset Portfolio to start fresh with $100,000.
What chains are supported?
Currently we track all assets listed on CoinGecko regardless of chain. For wallet login, we support EVM chains (Ethereum, BSC, Polygon, etc.) and Solana.
Roadmap
| Phase | Feature | Status |
|---|---|---|
| v1.0 | Paper trading with live prices | Live |
| v1.0 | Email + Wallet authentication | Live |
| v1.0 | Strategy builder | Live |
| v1.0 | Backtesting engine | Live |
| v1.1 | Social trading / copy strategies | Planned |
| v1.2 | Mobile app | Planned |
| v2.0 | Live trading with real funds | Planned |
Questions? Reach out at support@skalo.app