| Source | Output | vs AKKA |
|---|---|---|
| AKKA (aggregated) | {akkaAmount.toFixed(8)} | — |
| {pool.poolType} | {dexAmount.toFixed(8)} | 0 ? 'green' : 'red' }}> {diff > 0 ? '+' : ''}{diff.toFixed(2)}% |
You'll receive: {formatUnits(BigInt(quote.dstAmount), quote.dstToken?.decimals ?? 18)} {quote.dstToken?.symbol}
{quote.gas &&Estimated gas: {quote.gas}
}{error}
} {txHash && ( View on explorer )}Finding best rate...
} {quote &&{formatUnits(BigInt(quote.dstAmount), 18)} UBTC
} {error &&{error}
} {txHash && View tx}{error}
} {txHash && ( View transaction )}Fetching quote...
} {quote &&You'll receive: {(Number(quote.dstAmount) / 1e18).toFixed(6)} UBTC
}