Add Liquidity to {{ $pool['base_currency'] }}/{{ $pool['quote_currency'] }} Pool

@csrf

Pool Information

Current Price

1 {{ $pool['base_currency'] }} = {{ number_format($metrics['current_price'], 4) }} {{ $pool['quote_currency'] }}

Pool TVL

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

Fee Tier

{{ $pool['fee_rate'] * 100 }}%

APY

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

{{ $pool['base_currency'] }}

Balance: 0 {{ $pool['base_currency'] }}

{{ $pool['quote_currency'] }}

Balance: 0 {{ $pool['quote_currency'] }}

Your transaction will revert if the price changes unfavorably by more than this percentage.

Transaction Preview

Pool Share 0.00%
LP Tokens to Receive 0
Estimated APY {{ number_format($metrics['fee_apy'], 2) }}%
@if ($errors->has('error'))

{{ $errors->first('error') }}

@endif
Cancel
@push('scripts') @endpush