Total Value Locked
${{ number_format($marketData['total_tvl'] / 1000000, 1) }}M
{{ $marketData['tvl_24h_change'] >= 0 ? '+' : '' }}{{ number_format($marketData['tvl_24h_change'], 2) }}%
24h Volume
${{ number_format($marketData['total_volume_24h'] / 1000000, 1) }}M
{{ $marketData['volume_24h_change'] >= 0 ? '+' : '' }}{{ number_format($marketData['volume_24h_change'], 2) }}%
24h Fees
${{ number_format($marketData['total_fees_24h'], 0) }}
Average APY
{{ number_format($marketData['avg_apy'], 2) }}%
| Pool | Your Share | Value | P&L | Actions |
|---|---|---|---|---|
|
{{ $position['base_currency'] }}/{{ $position['quote_currency'] }}
|
{{ number_format($position['share_percentage'] * 100, 2) }}% | ${{ number_format($position['value_usd'], 2) }} | {{ $position['pnl'] >= 0 ? '+' : '' }}${{ number_format(abs($position['pnl']), 2) }} ({{ $position['pnl_percentage'] >= 0 ? '+' : '' }}{{ number_format($position['pnl_percentage'], 2) }}%) | Manage Remove |
Fee: {{ $pool['fee_rate'] * 100 }}%