{{ $pool['base_currency'] }}/{{ $pool['quote_currency'] }} Pool

Fee Tier: {{ $pool['fee_rate'] * 100 }}%

Total Value Locked

${{ number_format($metrics['tvl'] / 1000000, 2) }}M

{{ $metrics['tvl_24h_change'] >= 0 ? '+' : '' }}{{ number_format($metrics['tvl_24h_change'], 2) }}%

24h Volume

${{ number_format($metrics['volume_24h'] / 1000, 0) }}k

{{ $metrics['volume_24h_change'] >= 0 ? '+' : '' }}{{ number_format($metrics['volume_24h_change'], 2) }}%

24h Fees

${{ number_format($metrics['fees_24h'], 0) }}

{{ number_format($metrics['fee_apy'], 2) }}% APY

Current Price

{{ number_format($metrics['current_price'], 4) }}

{{ $pool['quote_currency'] }} per {{ $pool['base_currency'] }}

@if($userPosition)

Your Position

Pool Share

{{ number_format($userPosition['share_percentage'] * 100, 4) }}%

{{ number_format($userPosition['liquidity_tokens'], 0) }} LP tokens

Current Value

${{ number_format($userPosition['value_usd'], 2) }}

{{ number_format($userPosition['base_amount'], 4) }} {{ $pool['base_currency'] }} + {{ number_format($userPosition['quote_amount'], 2) }} {{ $pool['quote_currency'] }}

P&L

{{ $userPosition['pnl'] >= 0 ? '+' : '' }}${{ number_format(abs($userPosition['pnl']), 2) }}

{{ $userPosition['pnl_percentage'] >= 0 ? '+' : '' }}{{ number_format($userPosition['pnl_percentage'], 2) }}%

@endif

Pool Composition

{{ $pool['base_currency'] }} {{ number_format($metrics['base_reserve'], 4) }}
{{ $pool['quote_currency'] }} {{ number_format($metrics['quote_reserve'], 2) }}

Pool Statistics

Total Liquidity Providers {{ number_format($metrics['provider_count'], 0) }}
Total Transactions {{ number_format($metrics['total_transactions'], 0) }}
Average Trade Size ${{ number_format($metrics['avg_trade_size'], 0) }}
Price Impact (1%) {{ number_format($metrics['price_impact_1_percent'], 2) }}%

24h Price History

Price chart visualization
@push('scripts') @endpush