Identity
DID (Decentralized Identity)
Self-sovereign, on-chain attestations following WO 2022/240352. Four levels:
| Level | Meaning | Unlocks |
|---|---|---|
| L0 | address only | default — read-only |
| L1 | email verified | wallet creation in regulated tabs |
| L2 | KYC basic | submit FIP governance proposals |
| L3 | KYC + biometrics | guardian candidacy, validator KYC |
PII is never on-chain. Only the salted SHA-256 attestation hash is stored; the issuer holds the raw data off-chain.
| Path | Returns |
|---|---|
/did/:addr/verify | current level + last issuer |
The Fenryx Wallet exposes a DID submission form (Bloque 12 decision: the form lives in the Wallet, the API reference lives here).
Guardians
A 7-of-12 multisig with the power to:
- Pause the chain in case of consensus emergency.
- Approve
upgradeproposals that ship a newfenryxdbinary hash. - Withdraw funds from the insurance pool toward an active claim.
Guardian seats are L3-DID-gated and rotated annually via gov v2.
| Path | Returns |
|---|---|
/insurance/guardians/genesis | the genesis set |
/insurance/proposals | active actions |