Integration Overview
A frontend or API wishing use Atlas can integrate with Atlas by completing three steps:
1. Embed the Atlas SDK into their frontend or API.
2. Choose an Operations Relay.
3. Create and publish a DAppControl contract.
4. Interact with the Atlas contract to initialize the DAppControl contract and link it to the Atlas SDK on their frontend or API.
A protocol can also integrate Atlas directly from their smart contracts, as we show in this example of a Uniswap v4 hook which returns MEV proceeds back to a pool. More examples/guides on this coming soon.
Last updated