You define the strategy. Rockette runs it.
Build trading strategies. Test them. Deploy them.
Turn trading rules into automated programs that run continuously from your wallet. You create and authorize the strategy | Rockette provides the software that runs it.
const mark = await ctx.getMarkPrice("SOL");
if (!pos && mark < 180) {
await ctx.openPosition({
asset: "SOL", side: "long",
collateralUsd: 25, leverage: 3,
});
}Execution mode
Position
- Market
- SOL-PERP
- Side
- Long · 3x
- Mark
- $176.42
- Mode
- Paper · simulated
Strategy Copilot
Describe your rules. Build the strategy.
Turn a trading thesis into visual blocks and TypeScript you can review and deploy. The copilot helps implement strategies you choose, it does not recommend what to invest in.
Strategy Copilot
Preview only on the marketing site. Generation runs in your signed-in desk.
I'd wire a price-below trigger to open long to price-above close, with blocks and compiled TypeScript kept in sync.
✓ Block graph + TypeScript (after sign-in)
How it links together
- 1. You describe, plain-English perp thesis
- 2. Agent generates blocks - triggers, conditions, actions wired correctly
- 3. Code compiles from blocks - one strategy, ready to backtest
The problem
You have the edge.You should not have to babysit it.
Most platforms sell you someone else's signals or a black box you cannot audit. Rockette is the opposite: you write the rules, watch every fill, and choose exactly when real capital goes live.
How it works
From thesis to live bot in four steps
No rewrite between environments. The same strategy runs dry, paper, and live.
Connect in one click
Sign in with email or a Solana wallet. Your desk is ready, no VPS, no cron jobs, no terminal babysitting.
Build your edge
Drag blocks, write TypeScript, or describe your rules in plain English. Perps on SOL, ETH, and BTC.
Prove it before capital
Backtest on history. Dry-run logs what your bot would do. Paper trades with live prices, fees, and funding, without risking a dollar.
Go live on your terms
Promote the same strategy when you are ready. You choose size, leverage, and the moment real USDC goes to work.
Execution modes
Prove it works before you risk real money
Promote the same bot when you trust the results, not when a salesperson says so.
Dry
Paper
Live
See exactly what your bot would open or close, every interval, no capital, no surprises.
Real marks and funding with simulated fills. The dress rehearsal before you commit USDC.
Opens, closes, or swaps when your authorized strategy fires. You approve live mode explicitly.
Platform
Everything you need to ship a perp bot
Your strategy, not ours
No rented signals. No mystery black box. Every rule is code you can read, edit, and ship.
Strategy Copilot
Describe a setup and get blocks plus TypeScript you can refine. The copilot implements strategies you choose, it does not tell you what to invest in.
Dry, then paper, then live
One codebase, three safety rails. Escalate risk only when results match your expectations.
Long/short perpetuals
Trade SOL, ETH, and BTC perpetuals with funding, leverage, and full execution history on one desk.
Bots run your strategies
Server-side execution keeps your authorized strategy running while you sleep. Stop or revoke authorization instantly from the dashboard.
Full execution history
Every tick, fill, and intended action is logged. You always know what the bot did and why.
Strategy API
Rules you can read in plain TypeScript
Mark price, funding rate, open positions, open long or short with leverage, close when your conditions hit. No proprietary config language to learn.
Build your first strategyconst mark = await ctx.getMarkPrice("SOL");
if (mark < 180) {
await ctx.openPosition({
asset: "SOL", side: "long", collateralUsd: 25, leverage: 3,
});
}Security & control
Built for people who move real size
You flip the live switch
Capital never moves until you promote a bot from paper, even if the strategy looks perfect in backtest.
Stop loss for the bot
Kill any running strategy in one click. No SSH, no panic-unwind scripts.
No hidden logic
If your bot opened a long, you can read the rule that did it. Transparency is the product.
Your keys, your account
Non-custodial by design. Strategies and wallets stay scoped to you. Rockette does not pool customer funds or trade on your behalf.
Built for
Traders who ship, not tinker forever
Solo perp traders
Automate the setup you would take manually, dips, funding plays, trend follows, without staring at charts all day.
Small trading desks
Productize strategies for clients. One workspace for research, validation, and production bots.
Founders shipping fintech
White-label the desk. You own the brand, the strategies, and the customer relationship.
FAQ
Common questions
What can I trade?
Perpetuals on SOL, ETH, and BTC (long or short). Each strategy is one program you authorize.
Can I test without losing money?
Yes. Backtest on historical data, dry-run for logic checks, then paper trade with live prices. Live mode requires your explicit approval.
Do I need to code?
No, start with visual blocks or describe your idea in plain English. TypeScript is there when you want full control.
How is this different from copy-trading?
You build and own the strategy. Rockette is execution software, logging, validation, and automated runs, not a signal service or portfolio manager.
Start in minutes
Paper trade your first perp bot today.
Sign in free. Build a strategy. Run it in paper mode with live prices, no USDC required until you are ready.