Telegram
Natural language plus buttons that only fill TradeIntent. Reply CONFIRM.
t.me/cairov2_botIDEA-02 · STRK20 Privacy Sprint
Collateral moves through the STRK20 pool. Identity stays off the book. Connect Ready or Xverse to sign. This desk never holds a key.
long sol 10x 50 usdc tp @ 200 sl @ 85
Parse an order to see notional, estimated liquidation, and the privacy note. Nothing moves until Ready or Xverse signs.
pool — · helper undeployed
Public
Private
Never amount-private perps. Extended fills are public.
No open positions for this desk.
Web signs with Ready/Xverse. Telegram never caches a key. CLI and MCP are the agent path — copy the snippets.
Natural language plus buttons that only fill TradeIntent. Reply CONFIRM.
t.me/cairov2_botparse works with no env. preview hits Extended mainnet. confirm fails closed without a session.
Paste in a terminal
git clone https://github.com/Alajemba-Paul/CairoBot.git cd CairoBot && git checkout main npm install npm run cli -- parse "long sol 10x 50 usdc tp @ 200 sl @ 85" npm run cli -- preview "long sol 10x 50 usdc tp @ 200 sl @ 85"
OpenClaw and Hermes. Five tools. Leverage ≥ 20 needs confirmHighLeverage.
mcp.json
{
"mcpServers": {
"cairobot": {
"command": "node",
"args": ["--experimental-strip-types", "src/adapters/mcp.ts"],
"cwd": "./CairoBot"
}
}
}