Fleet Engine Active

Launch
a Vessel.
Fuel the Fleet.
Burn the Supply.

The first launchpad with a synchronized tokenomics engine. Deploy instantly, earn passive yield, and participate in massive fire drills.

View Recent

The Engine Room

Every vessel deployed on Olipad fuels a synchronized protocol engine designed to absorb supply.

1. Fleet Launches

Launch your vessel. 20% of your initial launch fee is routed directly into the central Support Pool.

Active Vessels
128

3. Fire Drills

A countdown continuously runs. When it hits zero, the protocol uses pending SOL to simultaneously buy and burn supply.

Pending Burn
38.62 SOL
Timer
7:00
Telemetry
0.0% Full

2. Support Pool

The central tank fills with SOL from every active vessel's trading volume. Watch it fill in real-time.

Available Liquidity
184.27 SOL

4. Overflow Spills

If the tank reaches 100% capacity before a Fire Drill, it immediately spills—triggering a massive buy and burn.

Total Burned Supply
91.43 SOL

Protocol Integration Surface

Treat Olipad as a production-grade liquidity control plane: deterministic REST endpoints for execution paths, real-time state streams for automation, and verifiable burn lifecycle events.

Execution API

POST/v1/vessels

Create vessel metadata, initialize fee routes, and return deployment instructions.

GET/v1/overflow/state

Fetch current fill ratio, pending burn queue, fire cycle timing, and last settlement hash.

POST/v1/fire-drills/execute

Execute programmed buyback cycle with idempotency key and signed operator payload.

Realtime Stream

WebSocket
wss://api.oilfleet.io/v1/stream?channels=overflow,fire,burns,vessels
event: overflow.updated
fillPercent, supportPoolSol, thresholdCrossed, slot
event: fireDrill.scheduled
cycleStartAt, cycleEndAt, queuedBurnSol, executorWindowMs
event: burn.settled
txSig, burnedAmount, effectivePrice, postBurnSupply

End-to-End Execution Example

Production-like Payloads
Request
curl -X POST https://api.oilfleet.io/v1/fire-drills/execute \
  -H "Authorization: Bearer of_live_xxx" \
  -H "Idempotency-Key: fd_2026_03_09_cycle_182" \
  -H "Content-Type: application/json" \
  -d '{
    "vesselMint":"3P9u...kQ7m",
    "trigger":"overflow_threshold",
    "maxSlippageBps":120,
    "minBurnLamports":"250000000",
    "operator":"ops-engine-01"
  }'
Response
{
  "jobId":"fdjob_91af2d0f",
  "status":"queued",
  "scheduledAt":1741470345122,
  "expectedWindowMs":12000,
  "snapshot":{
    "fillPercent":78.4,
    "supportPoolSol":142.73,
    "pendingBuysSol":11.27
  },
  "links":{
    "job":"https://api.oilfleet.io/v1/jobs/fdjob_91af2d0f",
    "stream":"wss://api.oilfleet.io/v1/stream?channels=fire,burns"
  }
}

Recent Launches

The newest vessels joining the Olipad protocol.

Live Feed
VesselContractVolume (SOL)Yield Generated
C
Crude Signal
$CRUDE
Crud...1111
82.4+16.48
B
Barrel Nine
$BAR9
Barr...1111
61.1+12.22
B
Fleet Burn
$BURN
Flee...1111
53.6+10.72
O
Oil Alpha
$OILA
OilA...1111
49.8+9.96
S
Spill Protocol
$SPILL
Spil...1111
41.9+8.38