top of page

ENTROPY AUTOMATON

Deterministic swarm-search demo designed to explore how multiple agents can coordinate search coverage in noisy, failure-prone environments — without collapsing into duplicated work or leaving blind spots.

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