Skip to main content

Account Management

Morpho (formerly known as Morpho Blue) has an authorization system enabling users to grant permission for an address to act on their behalf. An authorized address can borrow on behalf, withdraw on behalf, and withdraw collateral on behalf of the authorizer.

Authorizations can be managed via:

  1. A classic function call,
  2. Message signature following EIP-712 standard.

Account management allows users of externally owned accounts (EOAs) to batch interactions using bundler contracts and smart contract wallets.

It is a primitive authorization system in the sense that it allows the implementation of tailored, granular management systems to be built on top.

For more information and examples, feel free to visit the technical guide of the account managment.