Skip to main content

Operations

Operational guides for running Seesaw infrastructure.

Overview

Seesaw is designed for permissionless operation. Anyone can run infrastructure to keep the protocol running.

In This Section

Quick Start

Running a Crank

# Install the crank service
npm install -g @seesaw/crank

# Configure your wallet
export SEESAW_KEYPAIR=/path/to/keypair.json
export SEESAW_RPC_URL=https://api.mainnet-beta.solana.com

# Start the crank
seesaw-crank start

Crank Requirements

RequirementMinimumRecommended
SOL Balance0.1 SOL1.0 SOL
RPCSharedDedicated
Uptime50%99%

Operational Model

Permissionless Design

All protocol operations are permissionless:

OperationAnyone Can ExecuteIncentive
create_marketYes0.001 SOL
snapshot_startYes0.001 SOL
snapshot_endYes0.001 SOL
resolve_marketYes0.001 SOL
settle_positionYes0.001 SOL
close_marketYes0.001 SOL

Redundancy

Multiple crank operators compete to execute operations:

Only the first successful execution receives the reward.

Economics

Revenue Sources

SourceAmountFrequency
Market lifecycle0.006 SOL96/day
Position settlement0.001 SOLPer user

Base daily revenue: ~0.576 SOL/day (96 markets x 6 operations)

Cost Factors

CostAmountNotes
Transaction fees~0.000005 SOLPer instruction
Priority feesVariableDuring congestion
InfrastructureVariableRPC, compute

Profitability

Daily revenue (base):     0.576 SOL
Daily costs (estimated):  0.05 SOL
                          ─────────
Daily profit (base):      0.526 SOL

Support

Next Steps