# SwayLend Docs

## SwayLend Docs

- [Introduction](https://docs.swaylend.com/welcome/readme.md): Welcome to Swaylend Docs!
- [Contributors](https://docs.swaylend.com/welcome/team.md): The Core Contributors Behind The Protocol
- [Useful Links](https://docs.swaylend.com/welcome/useful-links.md)
- [Bridge to Fuel Network](https://docs.swaylend.com/get-started/bridge-to-fuel-network.md): How to bridge assets to Fuel
- [Connect Wallet](https://docs.swaylend.com/get-started/create-wallet.md): How to Connect with Swaylend?
- [NAVIGATE SWAYLEND](https://docs.swaylend.com/navigate-swaylend.md): Learn here how to use Swaylend Protocol
- [Supplying Base Asset](https://docs.swaylend.com/supplying-base-asset.md)
- [Supply & Withdraw](https://docs.swaylend.com/supplying-base-asset/supply-and-withdraw.md)
- [Interest](https://docs.swaylend.com/supplying-base-asset/interest.md)
- [Borrowing Base Asset](https://docs.swaylend.com/borrowing-base-asset.md)
- [Collateral](https://docs.swaylend.com/borrowing-base-asset/collateral.md)
- [Borrow & Repay](https://docs.swaylend.com/borrowing-base-asset/borrow-and-repay.md)
- [Interest](https://docs.swaylend.com/borrowing-base-asset/interest.md)
- [Liquidation](https://docs.swaylend.com/borrowing-base-asset/liquidation.md)
- [Protocol Reserves](https://docs.swaylend.com/protocol-reserves.md)
- [Protocol Rewards](https://docs.swaylend.com/protocol-rewards.md)
- [Claim Rewards](https://docs.swaylend.com/protocol-rewards/claim-rewards.md)
- [Reward Accrual Tracking](https://docs.swaylend.com/protocol-rewards/reward-accrual-tracking.md)
- [Get Rward Accrued](https://docs.swaylend.com/protocol-rewards/get-rward-accrued.md)
- [Contract overview](https://docs.swaylend.com/developers/contract-methods.md): Description of the protocol code
- [Contract methods](https://docs.swaylend.com/developers/contract-methods/contract-methods.md): Below are brief descriptions of all the important functions used in our smart contract. For implementation details, please refer to our GitHub repository.
- [Contract storage](https://docs.swaylend.com/developers/contract-methods/contract-storage.md): Market Storage is a crucial component of our contract that serves as a central repository for all data related to the contract's mathematical operations.
- [Fuel Points](https://docs.swaylend.com/points-system/fuel-points.md)
- [SwayPoints](https://docs.swaylend.com/points-system/swaypoints.md)
- [Risks](https://docs.swaylend.com/risks.md): Risks associated with supplying and borrowing
- [Terms & Condition](https://docs.swaylend.com/legal/terms-and-condition.md): THIS IS AN IMPORTANT DOCUMENT. These Terms contain the terms and conditions for the provision and use of the SwayLend Protocol, along with any electronic form or contract executed therethrough. PLEASE
- [Legal Agreement](https://docs.swaylend.com/legal/terms-and-condition/legal-agreement.md)
- [Swaylend Website Terms of Use](https://docs.swaylend.com/legal/swaylend-website-terms-of-use.md)
- [FAQs](https://docs.swaylend.com/faqs.md)
- [Smart Contract Audit](https://docs.swaylend.com/smart-contract-audit.md): Safety first!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.swaylend.com/welcome/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
