Core
📄️ Order lifecycle
Understanding the lifecycle of an order is critical for developers integrating with Garden protocol. This page outlines the various states an order (or intent) can go through during the swap process, helping you manage integration logic effectively. For a high-level explanation of the order flow, refer to the intent flow.
📄️ Sessions
Sessions play a vital role in enabling secure, trustless atomic swaps while also delivering a seamless swapping experience. For integrators, sessions provide a unified framework to manage secrets, interact with Bitcoin’s P2SH addresses, and ensure smooth interactions without compromising security. By abstracting complex processes like secret generation and Bitcoin wallet integration, sessions simplify the developer experience while maintaining robust protections for users.
📄️ Auth
This section is a work in progress.