Authentication Options
Email-Based Accounts
Fastest way to onboard. Sign up with email and OTP. Built-in fault
tolerance.
Custom Signer Accounts
Use your own ed25519 keys or custom key management.
Email-Based Accounts
Users sign up with their email and verify with a code. Grid automatically uses multiple industry leading key management service providers and handles key management behind the scenes while your users maintain full control.Key Benefits
- Familiar Experience - Users sign up just like any other app
- No Wallet Required - Everything works in-app, no external wallet needed
- Built-in Fault Tolerance - Automatic multi-vendor key redundancy protects against provider failures
- Enterprise-Grade Security - Multi-vendor key management architecture with automated failover systems
- Email Recovery - Users can recover accounts through email verification
- Perfect for Getting Started - Recommended for most teams
Implementation
The SDK handles all the complex key generation and encryption behind the scenes:
Custom Signer Accounts
Use your own ed25519 keypairs directly with Grid accounts. Perfect if you already have keys or need custom key management flows.Key Benefits
- Use Existing Keys - Integrate keypairs you already have
- Direct Control - No key management service provider needed, you manage keys directly
- Multi-Signature - Configure threshold signing with multiple keys
- Custom Flows - Build exactly the signing experience you need
- Flexible Custody - Create custodial, non-custodial, or hybrid custody accounts
Implementation
Comparison
Feature | Email-Based Accounts | Custom Signer Accounts |
---|---|---|
Setup Time | Minutes | Minutes |
Key Management | Handled automatically | You provide and manage |
Recovery | Email-based | Your responsibility |
Custom Flows | Standard | Fully customizable |
Best For | Quick start | Existing keys/custom needs |
When to Choose Each Method
Choose Email-Based Accounts When
- Getting started with Grid
- Want the quickest setup
- Building consumer-facing applications
- Prefer familiar email-based sign up flows
Choose Custom Signer Accounts When
- Have existing ed25519 keypairs to use
- Need custom signing workflows
- Want to integrate with existing key management
- Building complex multi-signature setups
Security Considerations
Both approaches are fully self-custodial and production-ready: Email-Based Accounts:- You control the accounts and all transactions
- Multi-vendor key management architecture provides built-in fault tolerance and vendor risk mitigation
- Automatic key redundancy across multiple providers protects against failures
- Email verification prevents unauthorized account creation
- You control both the keys and accounts
- Works with any ed25519 keypair generation method
- Full flexibility for multi-signature setups