Docs

Borrow: Developer Resources

This page is your central hub for all the tools, links, and data sources you need to build on Morpho's Borrow product (Morpho Markets).

Onchain Data & Contracts

These resources are for interacting directly with the blockchain.

  • Market Parameters: Every Morpho Market is defined by 5 immutable parameters. The easiest way to fetch these for all markets is via the Morpho API.
  • Contract Specifications: For detailed function signatures, events, and errors, refer to the canonical contract specs:
  • GitHub Repositories:

Offchain Data & Tools

These tools provide easier access to onchain data for frontends, backends, and analytics.

Code & Examples

  • Solidity Snippets: The morpho-blue-snippets repository contains simple, educational Solidity contracts for common market interactions.
  • Liquidation Bots: For advanced developers, the community has provided open-source liquidation bot examples.
  • Learn more: Community Liquidations Resources