top of page

MAXITE AUTOMATON

BUILT BY CONWAY AUTOMATON-CLI FORK

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