01
Recovery rotation
Rotate compromised sessions or recovery authority from the legacy fallback.
Agent Bridge
Paste-ready MCP config, the 5 tools the proxy exposes, and the polet-agent.json download for the SDK CLI. Advanced flows live in the legacy console below.
mcp.json
{
"mcpServers": {
"polet": {
"command": "bunx",
"args": [
"@polet-ai/sdk",
"polet-mcp"
],
"env": {
"POLET_OWNER": "<owner-wallet-pubkey>",
"POLET_SESSION_KEY": "<grant-session-first>",
"POLET_AGENT_KEYPAIR": "<download-polet-agent-json-first>",
"POLET_PROXY_URL": "https://api.polet.rifuki.dev",
"POLET_RPC_URL": "https://api.devnet.solana.com"
}
}
}
}Grant a session and fund agent gas to populate POLET_SESSION_KEY and POLET_AGENT_KEYPAIR. Open Funds & Setup →
Tools
polet_balance
Read custody balances plus owner and agent gas buckets.
polet_status
Inspect policy, session, Ika signer, and GasDeposit readiness.
polet_enable_chain
Enable Sui or Ethereum managed Ika signer.
polet_trade
Preview a policy-gated trade without broadcasting.
polet_execute
Execute Jupiter or Ika end-to-end with the configured session signer.
Available once a session keypair is in memory. Grant a session →
Advanced
Specialist controls for recovery, shared quorum, and Encrypt graph.
Operator-only fallback
Daily demo work belongs in Workspace, Funds, Gate, and Proof. This section keeps the unported power flows discoverable without dropping a second full app into the page.
01
Rotate compromised sessions or recovery authority from the legacy fallback.
02
Inspect or adjust shared approvers for Ika approval paths.
03
Run ciphertext/decryption diagnostics for the official Encrypt path.
Legacy fallback
Open full legacy console
Loads the older all-in-one dashboard inside a scrollable sandbox. Use it only for controls not yet ported to the Portal shell.