How Parsona Handles Transactions

Parsona turns every identity into a real Ethereum signer. Behind the scenes, your Parsona identity generates a fully-functional Ethereum wallet - meaning you can sign, send, and broadcast transactions just like any other user on Ethereum Mainnet. The difference is how this wallet is managed, protected, and abstracted.

Unlike browser wallets (e.g., MetaMask), which require manual approval for each transaction via extensions, Parsona signs locally with encrypted keys tied to your identity. There is no seed phrase visible by default, no browser extension required, and no wallet address publicly exposed.

Every transaction is signed in the local runtime, encrypted if needed, and routed through your selected RPC provider or via relayers. Gas settings can be customized or offloaded.

Last updated