Why this matters
Morpho’s contracts are:- Immutable — core parameters cannot be changed after deployment. No admin can upgrade the contracts or move your funds.
- Non-custodial — your assets are held by the smart contracts, never by Morpho or Dynamo.
- Permissionless — anyone can create a market or vault; no central party controls access.
- Independently audited — multiple security firms have reviewed the code. Audit reports are publicly available.
Core components
Morpho Blue
Morpho Blue is the core lending primitive. It implements the isolated market model: each market is an independent pool with a fixed loan asset, collateral asset, oracle, and LLTV. Morpho Blue contains ~650 lines of Solidity and has no external dependencies, its simplicity is a deliberate security property.MetaMorpho vaults
MetaMorpho is the vault standard built on top of Morpho Blue. It defines how curators deploy yield-optimizing vaults that allocate depositor funds across multiple Morpho markets. Every vault on Dynamo is a MetaMorpho vault.Morpho bundler
The Morpho bundler is a utility contract that batches multiple protocol actions into a single transaction. Dynamo uses the bundler to power one-click experiences, for example, supplying collateral and borrowing in the same transaction, or repaying debt and withdrawing collateral atomically.Audits and security
Morpho’s contracts have been audited by multiple independent security firms. Audit reports are published openly and are the authoritative source for understanding what has been reviewed.Morpho Audit Reports
All published audit reports for Morpho Blue, MetaMorpho, and related contracts.
Morpho documentation
For a deep dive into the protocol mechanics, governance, and technical specifications, Morpho maintains its own comprehensive documentation: docs.morpho.org →Dynamo’s relationship to Morpho
Dynamo is an independent SubDAO that:- Builds and maintains the Dynamo frontend and tooling layer
- Runs curated MetaMorpho vaults
- Aggregates community voting power to participate in Morpho governance
- Distributes Dynamo token rewards on top of base Morpho yield
Dynamo’s non-custodial design means that even if Dynamo’s frontend went offline, your funds would remain accessible directly through the Morpho contracts or any other compatible interface.