
Protocols
EAS attestations on Ethereum, Arbitrum, Optimism, and Base, decoded with a link to easscan
rotki decodes Ethereum Attestation Service (EAS) Attested events as informational attest events tied to your address, with a direct link to the attestation page on easscan for the chain it was made on.
Supported features
- Attested events from the EAS attestation service contract are decoded as informational attest events against the EAS counterparty.
- The event notes include a direct easscan.org link to view the attestation by UID (with the correct chain-specific subdomain).
- Both attester and recipient sides are matched: if either the attester or the recipient address is tracked, the event is attached to that address.
- Decoded on Ethereum, Arbitrum One, Optimism, and Base.
Limitations
- Only Attested (attestation creation) events are decoded. Revocation events are not currently decoded as EAS-counterparty events.
Setup
- 1In rotki, add the Ethereum, Arbitrum, Optimism, or Base address that attests via EAS or receives attestations.
- 2In rotki, open History and let the initial sync run. Attested events are decoded automatically with an easscan link in the notes.
Frequently asked questions
Are attestation revocations captured?
Not as EAS-counterparty events. Only attestation creations (Attested events) are decoded.
Does rotki read EAS activity from its own servers?
No. rotki is a local application that talks directly to the RPC endpoint you configure for each chain - the public default, a third-party provider, or your own node. Each query goes from your computer to that endpoint without passing through any rotki-operated server.