about page link edits
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user