Skip to content

Commit 28bf92a

Browse files
committed
chore: improve faucet description
1 parent 3889427 commit 28bf92a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docs/guides/lending.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Lend and Borrow
32

43
The lending protocol allows users to trustlessly lend and borrow. Assets that are supplied to the lending pool start earning interest immediately, and can be used as a security deposit for over-collateralized borrowing. Borrowers can repay their loan at any time, along with the interest they owe, while lenders can only withdraw their deposit if there is more liquidity left in the pool (i.e. not borrowed) than the amount to be withdrawn. Interest rates are variable and depend on the supply and demand of each asset.
@@ -41,26 +40,25 @@ There are three markets available in the screenshot attached. You can take a loo
4140

4241
![The Lending page](../_assets/img/guide/lending-page-initial.png)
4342

44-
### 2. Obtain funds to pay the transaction fees and lend
43+
### 2. Bring tokens for lending and transaction fees
4544

46-
You will need some of the native on-chain currency (KINT on Kintsugi, INTR on Interlay) to pay the transaction fee. Additionally, to prevent spam, you will need to place a small deposit which will be returned to you once the request has been completed.
45+
You will need some tokens to pay for transaction fees (KINT on Kintsugi, INTR on Interlay). Additionally, you also need tokens to deposit into the lending pool.
4746

4847
<!-- tabs:start -->
4948
#### **Interlay**
5049

51-
A list of exchanges with INTR listings can be found on [Coingecko](https://www.coingecko.com/en/coins/interlay).
50+
A list of exchanges with INTR listings can be found on [Coingecko](https://www.coingecko.com/en/coins/interlay). Those exchanges should also have the assets in the Interlay lending markets listed.
5251

5352
#### **Kintsugi**
5453

55-
A list of exchanges with KINT listings can be found on [Coingecko](https://www.coingecko.com/en/coins/kintsugi).
54+
A list of exchanges with KINT listings can be found on [Coingecko](https://www.coingecko.com/en/coins/kintsugi). Those exchanges should also have the assets in the Kintsugi lending markets listed.
55+
5656

5757
#### **Testnet**
5858

59-
On testnet, you can obtain some test KINT/INTR by clicking on the "KINT/INTR Faucet" button on the right-hand side of the top bar.
59+
On testnet, you can obtain some tokens (KINT/INTR, KBTC/IBTC, KSM/DOT, USDT) by clicking on the "Tokens Faucet" button on the right-hand side of the top bar.
6060
<!-- tabs:end -->
6161

62-
You may also want to [issue](guides/bridge.md#issue-ibtckbtc) some testnet IBTC/KBTC first, so you can then lend it.
63-
6462
### 3. Deposit to a lending market
6563

6664
Select a lending market and enter the amount you wish to supply.

0 commit comments

Comments
 (0)