What the registry is for
The registry helps the Parly App discover relayers and their public encryption keys. When a user selects a supported private relay path, the App needs an active relayer entry so it can encrypt work to the correct public key.Register a relayer
Open:https://parly.fi/relayer
You will need:
- the relayer execution address
- the Base64 relayer public key
- a browser wallet connected to the same execution address
- a wallet signature proving control of that address
RELAYER_REGISTRY_API_BASE_URL configured so the runtime keeps its registry entry and heartbeat current.
Registry rules
The official app discovery list has a maximum of 10 active relayers. Registration succeeds automatically when:- the registry is open
- the execution address is valid
- the public key is valid
- the signature is valid
- the address and public key are not duplicate active entries

