Over Collateralized Loans
localStorage.setItem('debank-tab','dashboard')">
Dashboard
localStorage.setItem('debank-tab','lend')">
LEND
localStorage.setItem('debank-tab','loans')">
My LOANS
Dashboard
Gross Deposit
Total
0
Lenders
0
Gross Interest Paid
0
Gross Collateral
Total
0
Borrowers
0
Gross Interest Charged
0
Gross Borrowing
Amount
0
STABLE COINS DEPOSITS
Asset
Amount
USD Value
Lenders APR
Borrowers APR
Liquidity
24 hrs Change
$
%
%
0
COLLATERAL DEPOSITS
Asset
Unit Price (USD)
Amount
USD Value
Borrowing power
No. of Users
7 days Change
$
10,000
$
0
My Loans
WALLET BALANCE:
:
:
COLLATERAL
Total Value
Locked
$
Unlocked
$
Asset
Quantity
USD value
$
{ setFlip('collateral', 'deposit');}">
Deposit
{ setFlip('collateral', 'withdraw');}">
Withdraw
{setFlip(null, 'repay'); amount = 0}"
>
ASSET
- Wallet Balance:
- Balance Withdrawable:
QUANTITY
{
const value = e.target.value;
amount = value;
if(amount.toString().length >= 6) {
amount = formatNumberToSmall(value);
}
if (flipType === 'deposit') {
const maxAmount = formatNumberToSmall(store.balances.find(item => item?.symbol?.toLowerCase() === select?.collateralSelect?.toLowerCase())?.balance) || 0;
if(Number(value) > maxAmount) {
amount = maxAmount;
}
if(Number(value) < 0) {
amount = 0;
}
}
if (flipType === 'withdraw') {
const maxAmount = formatNumberToSmall(profile?.collateral?.availableCollateralAmount) || 0;
if(Number(value) > maxAmount) {
amount = maxAmount;
}
if(Number(value) < 0) {
amount = 0;
}
}
}"
/>
{
if (flipType === 'deposit') {
amount = formatNumberToSmall(store.balances.find(item => item?.symbol?.toLowerCase() === select?.collateralSelect?.toLowerCase())?.balance) || 0;
}
if (flipType === 'withdraw') {
amount = formatNumberToSmall(profile?.collateral?.availableCollateralAmount) || 0;
}
}"
>
Max
{ setFlip(null, 'repay'); amount = 0 })"
:disabled="Number(amount) === 0 || profile?.collateral?.amount === 0 || store.borrow.UserLiquidationTime > 0"
>
Confirm
Select NFT
{ setFlip(null, 'repay'); amount = 0 })"
:disabled="Number(amount) === 0 || store.borrow.UserLiquidationTime > 0"
>
Confirm
Select NFT
Approve
CREDIT
Total Credit
Borrowed
$
Interest Fees
$
Available
$
Amount Owed
$
Asset
Quantity
USD value
APR
Fees
$
%
Borrow
Repay
{setFlip(null, 'repay'); amount = 0}">
ASSET
- Borrowable balance:
- Balance Owed:
QUANTITY
{
const value = e.target.value;
amount = value;
if(amount.toString().length >= 6) {
amount = formatNumberToSmall(value);
}
if (flipType === 'borrow') {
const maxTotalAmount = (profile?.totalLent - profile?.totalBorrowed) || 0;
const maxAmount = formatNumberToSmall(((store?.borrow?.allCollateral * store?.borrow?.avgCollateralBF - store?.borrow?.allCredits) / (profile?.token?.usdRate)) - store?.borrow?.totalFee) || 0;
if(Number(value) > maxAmount) {
amount = maxAmount;
}
if(Number(value) > maxTotalAmount) {
amount = maxTotalAmount;
}
if(Number(value) < 0) {
amount = 0;
}
}
if (flipType === 'repay') {
let maxAmount = 0;
if (profile?.borrow?.amount) {
maxAmount = profile?.token?.balance > profile.borrow.amount + profile.borrow.borrowFee ? formatNumberToSmall(profile.borrow.amount + profile.borrow.borrowFee) : formatNumberToSmall(profile?.token?.balance);
}
if(Number(value) > maxAmount) {
amount = maxAmount;
}
if(Number(value) < 0) {
amount = 0;
}
}
}" />
{
if (flipType === 'borrow') {
const maxTotalAmount = (profile?.totalLent - profile?.totalBorrowed) || 0;
const maxAmount = formatNumberToSmall(((store?.borrow?.allCollateral * store?.borrow?.avgCollateralBF - store?.borrow?.allCredits) / (profile?.token?.usdRate)) - store?.borrow?.totalFee) || 0;
amount = maxTotalAmount < maxAmount ? maxTotalAmount : maxAmount;
}
if (flipType === 'repay') {
if (profile?.borrow?.amount) {
amount = profile?.token?.balance > (profile.borrow.amount + profile.borrow.borrowFee) ? formatNumberToSmall(profile.borrow.amount + profile.borrow.borrowFee) : formatNumberToSmall(profile?.token?.balance);
}
}
}">
Max
{ setFlip(null, 'repay'); amount = 0; })"
:disabled="Number(amount) === 0 || store.borrow.UserLiquidationTime > 0">
Confirm
{ setFlip(null, 'repay'); amount = 0; })"
:disabled="Number(amount) === 0 || profile?.borrow?.amount === 0 || store.borrow.UserLiquidationTime > 0">
Confirm
Approve
STATISTICS
Credit Health
Liquidation Buffer
$
Liquidation Chances
Min Repayment
$
Lend
WALLET BALANCE:
:
TOTAL FUNDS
Total
TOTAL BORROWED
Total
BONUS REWARDS
%
APR
ASSET BP
%
Total
LEND
%
Current APR
- Deposit:
Deposit
Withdraw
- Interest:
Compound
Claim
LEND
Amount of lend
- Balance:
AMOUNT TO
{
const value = e.target.value;
amount = value;
if(amount.toString().length >= 6) {
amount = formatNumberToSmall(value);
}
if (flipType === 'stake') {
const maxAmount = formatNumberToSmall(profile?.token?.balance) || 0;
if(Number(value) > maxAmount) {
amount = maxAmount;
}
if(Number(value) < 0) {
amount = 0;
}
}
if (flipType === 'unstake') {
const maxAmount = formatNumberToSmall(profile.lend.amount) || 0;
if(Number(value) > maxAmount) {
amount = maxAmount;
}
if(Number(value) < 0) {
amount = 0;
}
}
}"
step="any"
x-model="amount"
/>
{ amount = flipType === 'stake' ? formatNumberToSmall(profile?.token?.balance || 0) : formatNumberToSmall(profile?.lend?.amount) }"
>
Max
0"
:disabled="Number(amount) === 0"
>
Confirm
0"
:disabled="Number(amount) === 0"
>
Confirm
0"
:disabled="Number(amount) === 0"
>
Approve
ETNA BONUS
ETNA
Total Bonus
BUSD Deposit Bonus
ETNA
USDT Deposit Bonus
ETNA
Claim
Statistics
Current APR
APR: %
Number of Lenders
Number of Borrowers
Swap ETNA from BSC to PolygonPolygon to BSC
ADDRESS
BSCPolygon ETNA and NFT balance and BSCPolygon MTB
NFT:
ETNA:
MTB:
Swap process is proceeded in 2 steps:
- You deposit necessary amount of ETNA to the bridge contract at the source network.
- Bridge DApp sends correspondent ETNA amount at the target network.
Swap process usually takes no more than few minutes.
Token to swap
set to swap (Swap fee is )
{ swapEtnaAmount = (isMtbTokenActive ? mtbBalance : etnaBalance) - ((isMtbTokenActive ? store.transferTokenFeeMtb : store.transferTokenFee) || 1) > 0 ? (isMtbTokenActive ? mtbBalance : etnaBalance) - ((isMtbTokenActive ? store.transferTokenFeeMtb : store.transferTokenFee) || 1) : 0 }"
>
Max
set etna nft to swap (Swap fee is 1 ETNA)