SwayLend Docs
  • ⚑WELCOME
    • Introduction
    • Contributors
    • Useful Links
  • 🎯Get started
    • Bridge to Fuel Network
    • Connect Wallet
  • πŸ—ΊοΈNAVIGATE SWAYLEND
  • Supplying Base Asset
    • Supply & Withdraw
    • Interest
  • Borrowing Base Asset
    • Collateral
    • Borrow & Repay
    • Interest
    • Liquidation
  • Protocol Reserves
  • ⌨️Developers
    • Contract overview
      • Contract methods
      • Contract storage
  • ✴️POINTS SYSTEM
    • β›½Fuel Points
    • ⚑SwayPoints
  • πŸ“ƒLegal
    • Terms & Condition
      • Legal Agreement
    • Swaylend Website Terms of Use
  • ❓FAQs
  • πŸ”ŽSmart Contract Audit
Powered by GitBook
On this page
  1. Developers

Contract overview

Description of the protocol code

PreviousProtocol ReservesNextContract methods

Last updated 8 months ago

The architecture of Swaylend has been rewritten from the Ethereum lending protocol solution to the Sway programming language. This documentation will cover two topics related to the Swaylend contracts: contract methods and storage entities. The contract methods section will discuss the functions available to interact with the contracts. In the storage entities section, we will explore the data stored by the contracts and the relationships between different storage values.

In this chapter you can find:

  • Contract methods

  • Contract storage

⌨️
Compound v3