Replete Finance | Docs
  • Intro
    • About Replete
      • Why Replete?
      • What are use cases for Replete?
      • Are there risks?
      • Design Philosophies
      • Under the hood
  • Core Functions
    • Supply
      • How to supply?
      • How much can I earn?
      • Supply Limit
      • Collateral opt-out
    • Borrow
      • How to borrow?
      • How much interest to pay?
      • Borrow Limit
      • Health Factor
      • Avoiding liquidation
      • Liquidation
    • Repay
      • How to repay?
    • Withdraw
      • How to withdraw?
  • Governance
    • Replete DAO
    • Governance Procedure
      • [RIP-1] Replete Labs Proposal
  • Tokenomics
    • Token
  • Developers
    • How to Supply
    • How to Borrow
    • How to Repay
    • How to Withdraw
  • Contracts
    • RepletePool
    • BridgeReceiver
  • Links
    • Replete Site
    • Discord
    • Twitter
  • Legal
    • Privacy Policy
    • Terms of use
Powered by GitBook
On this page
  • Learn more
  • Supply architecture
  • Learn about

Was this helpful?

  1. Core Functions

Supply

Supply liquidity to a Replete empowered market to earn yield from connected chains.

PreviousUnder the hoodNextHow to supply?

Last updated 1 year ago

Was this helpful?

Users can easily supply a supported asset to Replete protocol from any supported chain. This enables the user to earn yield on the asset provided from any chain the market is connected to.

Providing liquidity allows user to participate further in the protocol: either to borrow, withdraw or repay.

Learn more


Supply architecture

In order for user to be able to earn across all chains, Replete utilizes a supply architecture where the protocol logic, liquidity and accounting is hosted on one chain. To chain abstract the supply process, Replete utilizes a combination of messaging, interoperable token standards (such as OFT's) and bridges to maintain unified liquidity on a host chain.

From the host chain, the connected blockchains are served with the various . Each transaction to connected chains follow a similar logic as the supply architecture under.

It is important for users to understand that since the host chain for Replete is Arbitrum, assets supplied to Replete are transferred to the Arbitrum network. Similarly, the receipt of supplied liquidity (rToken) is at present solely available on Arbitrum.

Therefore it is important for users to make sure they control the wallet address on Arbitrum before interacting with Replete.

Note that Arbitrum is the host chain for Replete. Make sure you control the wallet address on Arbitrum before interacting with the protocol.

A benefit of this approach is that it allows Replete to scale to numerous blockchains while keeping the state of the protocol atomically correct without exposing the protocol to synchronicity risk that can occur when deploying to multiple chains.

Learn about

features the protocol has to offer
Cover

For users

How to supply assets to the protocol.

Cover

For devs

How to supply to the protocol using code.

Simplified supply architecture schematic from connected chains.
Cover

Repay

Learn more about repaying interest and debt.

Cover

Withdraw

Learn more about withdrawing to any chain.

Cover

Borrow

Learn more about borrowing to any chain.