Adding a new owner to a Gnosis Pay Safe registers that account as a Delay Module owner.
Only Delay Module owners can approve and execute on-chain transactions.
Important distinction:
Authenticated wallets are linked to a Gnosis Pay user for API access (via SIWE and JWT).
Safe owners (Delay Module owners) are accounts explicitly added on-chain to the Safe.
Authenticated wallets do not become Safe owners unless they are also as owners for the safe.
This guide walks through the process of adding an additional Safe owner. Once complete, the new owner will be able to approve and execute transactions through the Delay Module.
1
Get a JWT token for the session
Follow the authentication flow to obtain a JWT token for the Gnosis Pay user.
2
Get typed data for adding a new Safe owner
Call this endpoint to receive the typed data.
Sign the typed data with the current Safe owner’s key to produce a signature.