Architecture
Last updated
Last updated
The Orderbook service is a GraphQL server where Alkimiya users can post their orders or retrieve orders from other Alkimiya users.
The UI is a Next.js application that facilitates interaction with the Alkimiya protocol.
The Silica Index smart contract behaves like an Oracle, serving as a source of truth to settle Alkimiya Positions (SilicaPool positions). Learn more in SilicaIndex.
The SilicaPools smart contract allows Alkimiya Protocol users to:
Mint new positions
Trade existing positions
Settle matured positions
Learn more in SilicaPools (ERC1155).