> For the complete documentation index, see [llms.txt](https://hyperloan.gitbook.io/hyperloan-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperloan.gitbook.io/hyperloan-docs/hyperloan-suppliers.md).

# HyperLoan Suppliers

Lend to Earn

### Supply - Earn and Collateralize

Supplying assets to HyperLoan allows users to earn interest and, optionally, use their supplied tokens as collateral for borrowing. When an asset asset is supplied, a corresponding amount of aTokens (e.g., aBUSDC, aBSEC are minted to the recipient address, which are interest-bearing ERC-20 tokens representing balance of underlying tokens that increases in balance over time by accruing yield from the borrowing activity in the pool.

Withdrawing is the process of redeeming aTokens for the underlying asset, including any accrued interest. Withdrawals are subject to availability of unborrowed liquidity enforced through over-collateralization and interest rate mechanism, and the collaterization of any active borrow positions.

#### Tokens can be supplied  by performing the following steps:

### Step 1: Connect Wallet <a href="#step-1-connect-wallet" id="step-1-connect-wallet"></a>

To begin, press ‘Connect Wallet’ and select the Ethereum wallet provider corresponding to the wallet holding tokens intended to supply.

### Step 2: Select Token To Supply <a href="#step-2-select-token-to-supply" id="step-2-select-token-to-supply"></a>

Once connected, navigate to the ‘Dashboard’ where you’ll find the ‘Assets To Supply’ table, which lists current token balances and asset parameters. More details on supply and borrow parameters can be found by selecting the individual token icon, which will navigate to the reserve details page.

### Step 3: Approve Token Transfer <a href="#step-3-approve-token-transfer" id="step-3-approve-token-transfer"></a>

In order to transfer tokens on an BSEC Hyperchain network, the HyperLoan Pool smart contract must be granted an allowance to transfer tokens from the connected wallet address. Approvals can be performed through transaction (which will incur a network fee) or signature (which does not incur a network fee). After selecting a token to supply, a modal will appear which will prompt a transaction or message signature request in the connected wallet.

### Step 4: Perform Supply Transaction <a href="#step-4-perform-supply-transaction" id="step-4-perform-supply-transaction"></a>

After approval, enter the amount you wish to supply and confirm, which will prompt a transaction in the connected wallet. Your supplied tokens are then added to the HyperLoan liquidity pool, where they are made available for borrowers. The supplied tokens will start earning interest immediately, which can be monitored from the ‘Dashboard’ tab.


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hyperloan.gitbook.io/hyperloan-docs/hyperloan-suppliers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
