What belongs to the account
The General and Usage tabs in Settings describe account-level state. The Account tab describes the wallets linked to that account.General
Your account, plan, monthly allowance, theme, default network, and current
wallet connection.
Account
Linked wallets, the signing policy for each wallet, and delegated signing
grants you can revoke.
Usage
Account-wide model, tool, and onchain spend, with a breakdown by App.
How wallets become linked
Aomi accepts two kinds of proof:- Self-custody proof. Your wallet signs a short-lived message. Aomi verifies the signer before linking the address. Typing or pasting an address is never enough to claim it.
- Provider proof. An embedded-wallet provider identifies the wallet created for your authenticated login. Aomi records the provider relationship and links the public address to your account.
Linking proves ownership or provider provenance. It does not give an App
permission to sign. Signing authority is configured separately for each
wallet.
Every wallet has its own signing policy
In Settings → Account, the Wallet signing policy section lets you choose how each wallet handles a transaction.
The options shown for a wallet depend on where its key lives and what its
provider supports. For example, a provider-managed signer cannot use a
client-side mode because your browser does not hold that key. A self-custody
wallet cannot use provider Auto unless a supported delegation exists.
Automatic signing has two gates
Auto is intentionally controlled by two independent records:- The wallet policy must be set to
auto. - A live delegated grant must authorize a supported provider to sign for that exact wallet.
Policy changes require a signature
Aomi does not change a wallet policy from an authenticated click alone. The change includes the account, wallet, requested mode, expiry, and current policy version, then requires a qualifying linked-wallet signature. This protects three boundaries:- A wallet cannot be attached to a different account without proof.
- A stale or replayed policy change cannot overwrite a newer decision.
- Granting more autonomy requires cryptographic approval, not just a logged-in browser session.
What Aomi stores
Every signature is produced where the key lives: in your wallet, in your own
key-holding client, or through a supported provider under an active delegated
grant. Aomi verifies the signature and enforces the selected policy.
Common account setups
Email login with an embedded wallet
Email login with an embedded wallet
Your login resolves to one Aomi account. The provider-created wallet appears
beneath it. It can remain Manual, use Accept transactions when the
provider signs on your device, or use Auto only when the provider and a
live grant support delegated signing for that wallet.
One browser wallet on several EVM networks
One browser wallet on several EVM networks
The address represents one EVM key, so Aomi links it once and applies one
signing policy across EVM chains. Each transaction still specifies its
target network.
Several wallets on one account
Several wallets on one account
Link each wallet with its own proof. Your history and usage stay together at
the account level, while each wallet keeps an independent policy. You can
leave a trading wallet Manual and lock a second wallet.
A background action with a Manual wallet
A background action with a Manual wallet
The action may continue preparing work, but the transaction cannot complete
until you sign. Use Accept transactions or Auto only when you want a
compatible signer to act without a prompt.
Further reading
Account abstraction
Compare EIP-4337 and EIP-7702, then follow a sponsored operation from
simulation to confirmation.
Solana bundle
Follow an atomic Solana transaction from staged instructions through
signing and submission.
Permission model
Learn how policy changes are authorized and why unclear states produce no
signature.
Asynchronous tasks
See how scheduled work follows the selected wallet policy at execution
time.