# Account Delegation (EIP-7702) rotki decodes EIP-7702 account-delegation events - when an EOA delegates its code to a smart-contract implementation - so your wallet's set-code state and its consequences are visible in your event history. Processing is local; your addresses and delegations stay on your computer. ## Features - EIP-7702 set-code (delegation) events decoded as protocol events. - Delegation revocations recognised. ## Setup 1. In rotki, add your address under any EVM chain where you've authorised an EIP-7702 delegation (Ethereum and any other chain that supports type-4 transactions). 2. Open History → wait for the initial sync to complete. Delegation events appear once your transactions are decoded. ## FAQ ### What is EIP-7702? EIP-7702 lets a regular EOA (externally-owned account) authorise its address to behave like a smart contract for a single transaction. rotki decodes those authorisations so the resulting behaviour is interpretable. ### Do my delegations leave my machine? No. rotki reads activity from the EVM RPCs you configure directly from your computer.