Monad
This section covers Monad staking integrations using the Stakely Staking API. It includes Monad-specific notes, transaction signing examples, and the staking flows supported by Stakely.
Useful links
- Stakely, Monad (MON) staking overview: https://stakely.io/staking/monad-staking
- Official documentation: https://docs.monad.xyz
What you will find in this section
- Native staking: end-to-end flows and endpoints for delegating, claiming rewards, and undelegating for native Monad staking, plus a complete worked integration example (craft, sign, prepare, broadcast).
- Magma liquid staking: flows and endpoints for staking MON for gMON, undelegating, and withdrawing via the Magma protocol, plus its own worked integration example.
Notes
- Monad integrations use the optional
X-NETWORKheader to select the target network. The API provides a dedicated endpoint to list all available Monad networks and their correspondingX-NETWORKvalues. - All staking operations are executed on-chain. Stakely prepares the transaction payloads, while signing is performed by your application using your preferred signing method.