Developers

The HXRO Parimutuel protocol has a set of on-chain interfaces for users and operators, such as creating markets, entering positions, etc. Here are some significant on-chain objects to consider when working with Parimutuel:

  • Network - the HXRO network, which facilitates all transactions in the system

  • Market - a pool of Parimutuels, which contains the liquidity for a specific set of values, but are not time-bound

  • Parimutuel - an individual time-bound pool of positions in a Market

There are several important workflows for working with Parimutuel.

  1. Create Market (Operator)

  2. Create Accounts (User)

  3. Enter Position (User/AMM)

  4. Update Index Price (Crank)

  5. Settle Parimutuel (User/Crank)

Last updated