about page link edits

This commit is contained in:
2025-10-26 17:05:17 -04:00
parent c9ce0d065e
commit 78cb00f9f5

View File

@@ -22,18 +22,16 @@ export default function AboutPage() {
<Card className="p-8 space-y-4">
<h2 className="text-2xl font-semibold">Introduction</h2>
<p className="text-muted-foreground leading-relaxed">
Liquidity Party is a new game-theoretic multi-asset AMM based on the groundbreaking paper:
</p>
<div className="bg-muted p-4 rounded-lg italic">
Liquidity Party is a new game-theoretic multi-asset AMM based on the groundbreaking paper:{' '}
<a
href="https://mason.gmu.edu/~rhanson/mktscore.pdf"
target="_blank"
rel="noopener noreferrer"
className="text-sm text-primary hover:underline"
className="text-primary hover:underline italic"
>
Logarithmic Market Scoring Rules for Modular Combinatorial Information Aggregation (R. Hanson, 2002)
</a>
</div>
</a>.
</p>
<p className="text-muted-foreground leading-relaxed">
A Logarithmic Market Scoring Rule (LMSR) is a pricing formula for AMMs that know only their current asset
inventories and no other information, naturally supporting multi-asset pools.