{% extends "base.html" %} {% block title %}Digital Assets Dashboard{% endblock %} {% block content %}
Total Assets
Total Valuation
Active Assets
Pending Transactions
Our decentralized finance platform allows you to maximize the value of your digital assets through various financial services.
Use the tabs above to explore lending, borrowing, liquidity pools, staking, swapping, and collateralization features.
Earn interest by lending your digital assets to the ZAZ DeFi platform.
Borrow digital assets using your existing assets as collateral.
Asset | Amount | Interest Rate | Start Date | End Date | Earned Interest | Status | Actions |
---|---|---|---|---|---|---|---|
ThreeFold Token (TFT) | 1,000 TFT | 4.2% APY | 2025-04-01 | 2025-05-01 | 3.5 TFT | Active | |
Zanzibar Token (ZAZ) | 500 ZAZ | 6.8% APY | 2025-03-15 | 2025-06-15 | 8.5 ZAZ | Active |
Borrowed Asset | Amount | Collateral | Collateral Ratio | Interest Rate | Start Date | Due Date | Actions |
---|---|---|---|---|---|---|---|
ThreeFold Token (TFT) | 500 TFT | Beach Property NFT |
|
5.2% APR | 2025-04-10 | 2025-05-10 |
Liquidity pools are collections of tokens locked in smart contracts that provide liquidity for decentralized trading. By adding your assets to a liquidity pool, you earn a share of the trading fees generated by the pool.
Pool | Total Liquidity | 24h Volume | APY | Your Liquidity | Your Share | Actions |
---|---|---|---|---|---|---|
![]() ![]() |
$1,250,000 | $45,000 | 12.5% | $2,500 | 0.2% |
|
![]() ![]() |
$3,750,000 | $125,000 | 8.2% | $0 | 0% |
|
![]() ![]() |
$850,000 | $32,000 | 15.8% | $5,000 | 0.59% |
|
![]() ![]() |
$5,250,000 | $450,000 | 6.5% | $0 | 0% |
|
![]() ![]() |
$4,100,000 | $320,000 | 7.2% | $0 | 0% |
|
Swap allows you to exchange one token for another at the current market rate. Swaps are executed through liquidity pools with a small fee that goes to liquidity providers.
Time | From | To | Value |
---|---|---|---|
2025-04-15 14:32 |
![]() |
![]() |
$250.00 |
2025-04-14 09:17 |
![]() |
![]() |
$1,000.00 |
2025-04-12 16:45 |
![]() |
![]() |
$50.00 |
Pair | Rate | 24h Change | Volume (24h) |
---|---|---|---|
![]() ![]() |
0.5 | +2.3% | $125,000 |
![]() ![]() |
0.5 | -1.2% | $250,000 |
![]() ![]() |
0.5 | +3.7% | $175,000 |
Use your digital assets as collateral to secure loans or generate synthetic assets. Maintain a healthy collateral ratio to avoid liquidation.
Asset | Collateral Value | Borrowed/Generated | Collateral Ratio | Liquidation Price | Status | Actions |
---|---|---|---|---|---|---|
![]() |
$1,000 | $700 (Loan) |
|
$0.35 | Healthy |
|
Beach Property NFT
|
$25,000 | 10,000 sUSD |
|
$10,000 | Warning |
|
![]() |
$500 | 0.1 sBTC |
|
$0.15 | Healthy |
|
Staking allows you to lock your digital assets for a period of time to support network operations and earn rewards. The longer you stake, the higher rewards you can earn.
Stake your NFTs and other digital assets to earn passive income.
Asset | Amount | Value | Start Date | End Date | APY | Earned Rewards | Status | Actions |
---|---|---|---|---|---|---|---|---|
![]() |
1,000 TFT | $500 | 2025-03-15 | 2025-06-15 | 10.2% | 22.5 TFT | Active | |
![]() |
500 ZAZ | $250 | 2025-04-01 | 2025-05-01 | 12.0% | 5.0 ZAZ | Active | |
Beach Property NFT
|
1 NFT | $25,000 | 2025-02-10 | 2026-02-10 | 10.0% | 450 ZAZ | Active |
Name | Type | Status | Valuation | Actions |
---|---|---|---|---|
{% if asset.asset_type == "Token" %}
{% elif asset.asset_type == "NFT" %}
{% elif asset.asset_type == "Real Estate" %}
{% elif asset.asset_type == "Intellectual Property" %}
{% elif asset.asset_type == "Share" %}
{% elif asset.asset_type == "Bond" %}
{% elif asset.asset_type == "Commodity" %}
{% else %}
{% endif %}
{{ asset.name }}
|
{{ asset.asset_type }} | {{ asset.status }} | {% if asset.current_valuation %} ${{ asset.current_valuation }} {% else %} Not valued {% endif %} | View |
Asset Type | Count |
---|---|
{% if asset_type.type == "Token" %}
{% elif asset_type.type == "NFT" %}
{% elif asset_type.type == "Real Estate" %}
{% elif asset_type.type == "Intellectual Property" %}
{% elif asset_type.type == "Share" %}
{% elif asset_type.type == "Bond" %}
{% elif asset_type.type == "Commodity" %}
{% else %}
{% endif %}
{{ asset_type.type }}
|
{{ asset_type.count }} |