Wallets
The primary identity primitive for authentication and asset ownership on the DUAL network.
What are Wallets?
Wallets are the identity layer in DUAL. Every user has a wallet that serves as their authentication credential and ownership proof for objects.
Registration Flow
Register with POST /wallets/register, then verify with POST /wallets/register/verify. Guest login is available for anonymous access.
Linked Wallets
Users can link multiple wallets together, enabling cross-identity asset management. Use POST /wallets/link to connect wallets.