top of page

EXCEEFY PERPETUALS

BUILT BY PERCOLATOR-CLI FORK

x

Matching Engine (optional CLOB off-chain)

The protocol leverages Solana’s parallel transaction processing, low latencies, and cost-efficient architecture to deliver scalable on-chain leveraged trading without sacrificing decentralization or composability.

 

Account Struct : 

pub struct MarginAccount {
    pub positions: Vec<Position>,
    pub open_orders: Vec<OrderReference>,
    pub cash_balance: i128,
}

JOIN THE BUG BOUNTY

bottom of page