📁
filecoin.loans
  • Introduction
  • Protocol
    • Lend FIL - ERC20 Tokens as Collateral
    • Lend ERC20 Tokens - FIL as Collateral
  • Develop
    • Requirements
    • Quickstart Guide
      • Setting up the Hardhat node
      • Running the server
      • Running the app
      • Setting up Metamask
  • Reference guide
    • Filecoin Loans Contracts
      • Interfaces
        • IBLAKE2b
        • IERC20
        • IPriceAggregator
      • Contracts
        • ERC20CollateralLock
        • ERC20Loans
    • API Reference
      • operation
        • FIL - ERC20 loan operations
        • ERC20 - FIL loan operations
      • loanAssets
      • protocolContracts
      • orders
      • loan
      • loans
      • notification
      • activity
  • Tools
    • filecoin-js-signer
      • API Reference
        • FilecoinSigner
          • msig
          • paych
          • tx
          • wallet
        • FilecoinClient
          • msig
          • paych
          • tx
          • wallet
      • Develop Guide
      • Credits and references
Powered by GitBook
On this page

Was this helpful?

Introduction

Filecoin Loans is a decentralized, non-custodial, and trustless protocol that enables the creation of debt instruments with native FIL and ERC20 tokens across blockchains.

Filecoin Loans propose a decentralized, non-custodial and trustless protocol to allow users to create overcollateralized debt instruments across Filecoin and Ethereum. Thus, users will be able to borrow and lend FIL using Ethereum tokens as collateral.

Creating cross-chain interoperability between Filecoin and Ethereum will allow market participants to access liquidity between blockchains by enabling loans to occur between different blockchains without intermediaries.

This Gitbook serves as the main hub for all Filecoin Loans documentation:

NextLend FIL - ERC20 Tokens as Collateral

Last updated 4 years ago

Was this helpful?