Developer Documentation
  • Welcome!
  • User Documentation
  • How To
    • Lend and Borrow fCash
      • Batch Trades
      • Wrapped fCash
      • OTC Trading (ERC1155)
    • Mint and Redeem nTokens
    • Manage Account Assets
    • Liquidations
      • Monitor Account Risk
    • Leveraged Vaults
      • Vault Concepts
      • User Journeys
      • Designing a Vault
      • Building a Vault
      • Vault Configuration
  • Off Chain
    • Typescript SDK Reference
      • Risk Metrics
    • Subgraph Reference
  • On Chain
    • Notional ABI Reference
      • Account Methods
      • Trade Helpers
      • nToken View Methods
    • Notional Governance Reference
Powered by GitBook
On this page
  • Deployed Contract Addresses
  • Architecture
  • Security

Welcome!

Learn more about how to integrate with Notional's fixed rate lending platform.

NextLend and Borrow fCash

Last updated 2 years ago

Deployed Contract Addresses

  • Notional Proxy:

  • NOTE:

  • Wrapped fCash Factory:

nToken ERC20 Addresses

  • nETH:

  • nDAI:

  • nUSDC:

  • nWBTC:

  • Notional: 0xD8229B55bD73c61D840d339491219ec6Fa667B0a

  • NOTE: 0xC5e91B01F9B23952821410Be7Aa3c45B6429C670

Architecture

Main Notional V2 interactions will be called on the Notional Proxy which are routed to various implementation contracts. Wrapped fCash and nToken ERC20 transfers are exceptions, those methods are called via their own external proxies.

Security

TODO

Technical Walkthrough Videos:

https://www.youtube.com/playlist?list=PLnKdM8f8QEJ2lJ59ZjhVCcJvrT056X0Ga
0x1344A36A1B56144C3Bc62E7757377D288fDE0369
0xCFEAead4947f0705A14ec42aC3D44129E1Ef3eD5
0x5D051DeB5db151C2172dCdCCD42e6A2953E27261
0xabc07bf91469c5450d6941dd0770e6e6761b90d6
0x6EbcE2453398af200c688C7c4eBD479171231818
0x18b0Fc5A233acF1586Da7C199Ca9E3f486305A29
0x0Ace2DC3995aCD739aE5e0599E71A5524b93b886
Notional V2 Architecture