EIP-3074 is a proposed Ethereum standard that allows externally owned accounts (EOAs) to delegate control to smart contracts for executing transactions on their behalf. It introduces two opcodes, AUTH and AUTHCALL, enabling features like gas sponsorship, custom transaction logic, and batch approvals without requiring users to migrate to smart contract wallets. Users retain control over their private keys and can revoke delegations if needed.