Wallet signing standards
| Type | Standard | Typical wallets |
|---|---|---|
| EOA | EIP-191 | MetaMask, Coinbase, Rainbow |
| Smart contract | EIP-1271 | Safe, Argent, Sequence |
| Counterfactual | EIP-6492 | Undeployed smart accounts |
Programmatic proof creation (HTTP)
POST /api/v1/verification/standardize: body for your verifiers →signerString.- Sign
signerStringwith the user’s wallet. POST /api/v1/verification: same fields +signature.
docs/openapi/public-api.json). Narrative: Signing format.
Embedded / picky wallets
UsesignMessage from @neus/sdk instead of calling the wallet with a hand-built payload.