Accounts
Understanding Accounts at Openfort.
Now that we've explored the authentication layer and the control layer, we can take a closer look at the asset layer (aka accounts).
At the core of account abstraction is the smart account -- an account powered by a smart contract. The fact that smart accounts are smart contracts is what allows us to abstract their logic, from signers to gas payments and more.
Products#
- Smart Accounts. Use smart accountshe accounts that are ERC-4337 compliant.
- Dev Accounts. Use developer accounts accounts to help you with the game mechanics. (EOA accounts, ERC-2771 compliant with nonce and gas spikes protection).
Account Type | Custody Model | Infrastructure Model | |
---|---|---|---|
Smart Accounts | Smart Contract Account (SCA) | Self-Custodial | ERC-4337 |
Dev Accounts | Externally Owned Account (EOA) | Custodial | ERC-2771 |
Guides#
Use Smart Accounts with Session Keys
Use a Developer Account
Setup Social Recovery