The hardest moment in crypto is the first one: a newcomer is asked to write down twelve words before they have received anything worth protecting. EmpoorioChain's native account abstraction makes a gentler path possible. This post lays out that path and marks, honestly, which stones are in place.
The runtime side (in place)
pallet-account-abstraction(index 80): user operations, session keys with scoped permissions and expiry, and native bundling — no external bundler network.pallet-paymaster(index 70): a sponsor pays fees under a validated policy.- Recovery guardians: the account-abstraction design includes N-of-M guardians for recovery; the hackathon plan lists an identity wallet with multisig N-of-M and a
RecoveryGuardianas a track example.
The path
- A newcomer installs Eoonia and gets an account. No seed phrase yet — the key is generated and held on device.
- A friend or a merchant sends DMS or DUSD. The recipient's fees are sponsored by the sender's paymaster, so the newcomer can act immediately.
- The newcomer uses the app: pays at a Square Sellers stall, claims a lazy-minted NFT. Session keys let a dApp perform a bounded set of actions without a prompt per action.
- When the balance is worth protecting, Eoonia prompts to back up — and, with KryptoOS, to add guardians so recovery does not depend on a paper note.
What Eoonia has wired
- Account creation, receive, send, staking, governance, assets — verified on chain.
- The
addSessionKeycall, whose signature changed in runtime 208 (bounded), adapted. - Deep links, so a merchant or friend can hand a request to the wallet.
What remains
- Sponsored first transactions in the UI. The paymaster pallet is live; Eoonia does not yet present a sponsored flow to the user.
- Guardian-based recovery. Designed; not in the app.
- Seedless onboarding as the default. Today Eoonia follows the conventional create-and-back-up flow.
Why not just "send a link"
Some systems make onboarding effortless by having the sender custody the funds inside a link until the recipient claims them. That is convenient and custodial. EmpoorioChain's approach keeps the funds on chain in the recipient's own abstracted account from the first second; what the sponsor pays for is the fee, not the custody. It is more work to build, which is why this post describes it as a path rather than a feature.
Based on EIP_COVERAGE.md, FEE_MODEL_AND_LOW_COST_STRATEGY.md, TESTNET_HACKATHON_PLAN.md and the Eoonia integration matrix.


