Principle
The DID is the wallet. Agents do not have wallets that happen to have identities; they have identities that derive wallets.Day-one chains
| Chain family | Derivation model | Security note |
|---|---|---|
| Sigil | Native identity mapping | Canonical L1fe chain authority path |
| Solana | Ed25519 public key can map directly | Solana key compromise is DID compromise unless Phase-2 HD isolation is used |
| EVM | secp256k1 key derived from Ed25519 secret through HKDF-SHA256 | EVM key compromise does not reveal the Ed25519 DID key |