← Articles
BULK Trade: a Solana-adjacent perp execution layer logo
solana

BULK Trade: a Solana-adjacent perp execution layer

· SEP 20, 2026 ·
Read
Share

Docs at docs.bulk.trade. OpenAPI 3.0. Keep Backpack Exchange. Homepage claims 20ms BULKBFT blocks and up to 40x leverage.

devrels.xyz/a/326

BULK Trade is a perpetual exchange with a specialized execution layer that runs natively alongside Solana. Docs call that layer an L0. Each BULK validator runs bulk-agave on the same machine as Agave, same identity keys. Solana keeps custody, deposits, and withdrawals. BULK does matching, BULKBFT ordering, and real-time risk.

The homepage states 20ms blocks, up to 40x leverage, and true portfolio margining. The intro doc targets 5-20ms matching inside a regional validator set. Backpack Exchange stays on its own API note.

API hosts

Base URLs from the live API overview
NetworkHTTPWebSocket
Mainnethttps://mainnet-api1.bulk.trade/api/v1wss://mainnet-ws1.bulk.trade
Testnethttps://exchange-api.bulk.trade/api/v1wss://exchange-ws1.bulk.trade

Three buckets: public market data, unsigned account queries, signed trading. Signed txs must use the matching signature domain. Faucet is testnet only. Official signer: bulk-keychain (Node, browser, Python, Rust).

bash
curl https://mainnet-api1.bulk.trade/api/v1/exchangeInfo

Signing

State changes go to POST /order. Ed25519 over the canonical wincode bytes (action list plus trailing nonce, account, and a one-byte network signature domain). JSON fields are base58. The signer field is not part of the signed bytes. Nonce is nanoseconds. Timestamps elsewhere are Unix milliseconds. Order IDs are deterministic. No client order ID required.

What else is in the docs

CLOB, maker 25ms taker speed bump, regime-aware risk, portfolio and isolated margin, sub-accounts, hourly funding, TP/SL and trailing, liquidations, ADL, builder codes, BIP-1 deployer-owned perps. Validators inherit Solana stake. Architecture says the initial cohort is about 5% of Solana stake across 20+ operators, and validators take 12.5% of exchange revenue.

Resources

Keep reading

Get new articles in your inbox

Technical deep-dives on Solana tooling, infrastructure, and ecosystem. No noise.

BULK Trade: a Solana-adjacent perp execution layer | devrels.xyz