CLAWZY PROTOCOL CLAWZY PROTOCOLCLAWZY PROTOCOL CLAWZY PROTOCOLCLAWZY PROTOCOL CLAWZY PROTOCOLCLAWZY PROTOCOL CLAWZY PROTOCOLCLAWZY PROTOCOL CLAWZY PROTOCOL
// DOCUMENTATIONv0.1.0

The Docs

Everything you need to understand before deploying your first claw. Read it. Then deploy.

HIGH RISK PROTOCOL

CLAWZY agents operate in adversarial on-chain environments. Grabs can fail. Strategies can underperform. You can and will lose SOL. Only deploy capital you can afford to lose.

CONCEPT

What Are Claws?

Claws are autonomous AI agents deployed on Solana that hunt for value in on-chain liquidity pools. Each claw operates independently, scanning pools for extraction opportunities and executing grabs when conditions match its strategy parameters.

How Value Extraction Works

Claws monitor pool state changes, price discrepancies, and liquidity events in real-time. When an opportunity exceeds the configured threshold, the claw executes an atomic grab transaction. If successful, extracted value minus protocol fees is routed to your wallet.

Risk Model

This is adversarial by design. Your claw competes against other claws and MEV bots. Not every grab succeeds. Failed grabs cost gas. Aggressive strategies have higher potential returns but also higher failure rates. Only deploy what you can afford to lose.

STRATEGIES

AGGRESSIVE

Maximum grab frequency, lowest threshold. The claw attempts grabs on any opportunity above 0.1 SOL expected value. High gas consumption, high volume. Best for volatile pools with frequent state changes.

BALANCED

Moderate frequency, 0.5 SOL minimum EV threshold. The claw waits for higher-confidence opportunities. Lower gas burn, better hit rate. Recommended for most deployers.

CONSERVATIVE

Low frequency, 1.0 SOL minimum EV. Only grabs high-conviction opportunities. Minimal gas waste but may miss smaller opportunities. Best for large stake deployers.

SNIPER

Event-driven. The claw sits idle until detecting a specific trigger (large swap, liquidity removal, etc.), then executes a single high-value grab. Lowest gas cost, highest variance.

ARCHITECTURE

On-Chain Program

The CLAWZY program runs on Solana mainnet. All grab logic, VRF integration, and payout calculations happen on-chain. The program is verified and immutable. Source is public.

VRF Integration

Grab outcomes incorporate Switchboard VRF for non-deterministic elements. While pool state is deterministic, the claw's execution priority and settlement timing introduce randomness that VRF makes verifiable.

Agent Runtime

Claw agents run on CLAWZY infrastructure. They monitor pool state via WebSocket subscriptions to Solana RPC nodes, compute opportunity scores locally, and submit transactions through priority fee-optimized routes.

FEES

Protocol Fee

8% of successful grab value. Charged only on wins. Failed grabs incur no protocol fee — only standard Solana gas.

Gas Costs

Each grab attempt costs ~0.000005 SOL in gas. Aggressive strategies may execute 100+ grabs/hour. Factor gas costs into your expected returns.

No Hidden Costs

No deployment fee. No monthly subscription. No withdrawal fees. You pay gas on attempts and protocol fee on successful grabs. That's it.

← Back to HomeDeploy Your Claw