Unified Entrypoint
Mure's entrypoint is account-agnostic. The same intent envelope and submission path works whether the caller is a regular EOA, a smart contract wallet, or a delegated account.
How it works
The protocol signs every intent with its own authorizer key. The resulting transaction is cryptographically valid and can be broadcast by any account. This decouples the asset source from the submitter.
Supported styles
- Regular transactions — standard EOA signatures.
- Permits / Permit2 — token approvals encoded as part of the intent.
- Account abstraction (ERC-4337) — intents submitted through smart accounts.
- EIP-7702 — delegated EOAs that behave like smart accounts.
- Frame transactions — future embedded transaction flows.
Because the entrypoint sees the same structured intent in every case, callers do not need different integrations for different wallet models.