about page link edits
This commit is contained in:
@@ -22,18 +22,16 @@ export default function AboutPage() {
|
|||||||
<Card className="p-8 space-y-4">
|
<Card className="p-8 space-y-4">
|
||||||
<h2 className="text-2xl font-semibold">Introduction</h2>
|
<h2 className="text-2xl font-semibold">Introduction</h2>
|
||||||
<p className="text-muted-foreground leading-relaxed">
|
<p className="text-muted-foreground leading-relaxed">
|
||||||
Liquidity Party is a new game-theoretic multi-asset AMM based on the groundbreaking paper:
|
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">
|
|
||||||
<a
|
<a
|
||||||
href="https://mason.gmu.edu/~rhanson/mktscore.pdf"
|
href="https://mason.gmu.edu/~rhanson/mktscore.pdf"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
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)
|
Logarithmic Market Scoring Rules for Modular Combinatorial Information Aggregation (R. Hanson, 2002)
|
||||||
</a>
|
</a>.
|
||||||
</div>
|
</p>
|
||||||
<p className="text-muted-foreground leading-relaxed">
|
<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
|
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.
|
inventories and no other information, naturally supporting multi-asset pools.
|
||||||
|
|||||||
Reference in New Issue
Block a user