Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ export default function Page() {
<div className="pl-6 mt-2">
<Typography variant="body" className="leading-[175%]">
- <em>Fundraising</em>: Coordinating the flow of capital into a system.<br />
- <em>Allocation</em>: Determining how resources are distributed.<br />
- <em>Value Capture</em>: Structuring how value is retained and redistributed.<br />
- <em>Allocation</em>: Distributing scarce resources among participants.<br />
- <em>Value Capture</em>: Retaining and monetizing generated value.<br />
- <em>Rewards & Penalties</em>: Shaping incentives to influence behavior.<br />
- <em>Exchange</em>: Facilitating the transfer, trade, and pricing of assets.<br />
- <em>Governance</em>: Establishing processes for collective decision-making.<br />
- <em>Governance</em>: Structuring permissions and decision-making rules.<br />
- <em>Data</em>: Managing information flow, integrity, and access.
</Typography>
</div>
Expand All @@ -50,7 +50,7 @@ export default function Page() {
Research
</Typography>
<Typography variant="body" className="leading-[175%]">
We investigate how mechanisms can be applied to solve complex problems across domains, including <Link href="https://paragraph.xyz/@mechanism.institute/prediction-markets" className="underline" target="_blank">prediction markets</Link>, <Link href="https://paragraph.xyz/@mechanism.institute/public-goods" className="underline" target="_blank">public goods</Link>, <Link href="https://www.projectliberty.io/wp-content/uploads/2024/06/PL_Toolkit_Report_v7.pdf" className="underline" target="_blank">governance</Link>, <Link href="https://research.allo.capital/t/futarchy-let-the-markets-decide/157" className="underline" target="_blank">venture studios</Link>, <Link href="https://github.com/Mechanism-Institute/slashing-engine" className="underline" target="_blank">sybil prevention</Link>, <Link href="https://youtu.be/Lr9-D9lU4cs?si=M10aRnwXTquykExK" className="underline" target="_blank">network sovereignties</Link>, <Link href="https://observablehq.com/@mechanisminstitute/impact-measurement" className="underline" target="_blank">impact measurement</Link>, and <Link href="https://observablehq.com/@mechanisminstitute/5-research-directions-for-blockchain-mechanisms" className="underline" target="_blank">more</Link>.
We investigate how mechanisms can solve complex problems across <Link href="https://paragraph.xyz/@mechanism.institute/prediction-markets" className="underline" target="_blank">prediction markets</Link>, <Link href="https://paragraph.xyz/@mechanism.institute/public-goods" className="underline" target="_blank">public goods</Link>, <Link href="https://www.projectliberty.io/wp-content/uploads/2024/06/PL_Toolkit_Report_v7.pdf" className="underline" target="_blank">governance</Link>, <Link href="https://agentcoin.tv/blog/agentcointv-has-arrived-the-future-of-streaming-ai-and-crypto" className="underline" target="_blank">streaming</Link>, <Link href="https://research.allo.capital/t/futarchy-let-the-markets-decide" className="underline" target="_blank">futarchy</Link>, <Link href="https://github.com/Mechanism-Institute/slashing-engine" className="underline" target="_blank">sybil prevention</Link>, <Link href="https://x.com/orishim/status/1882064487718777094" className="underline" target="_blank">p2p commerce</Link>, <Link href="https://youtu.be/Lr9-D9lU4cs?si=M10aRnwXTquykExK" className="underline" target="_blank">network sovereignties</Link>, <Link href="https://observablehq.com/@mechanisminstitute/impact-measurement" className="underline" target="_blank">impact measurement</Link>, and <Link href="https://observablehq.com/@mechanisminstitute/5-research-directions-for-blockchain-mechanisms" className="underline" target="_blank">more</Link>.
</Typography>
</div>

Expand Down
2 changes: 1 addition & 1 deletion components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function Navbar() {
className="flex items-center gap-2"
onClick={() => setOpen(false)}
>
X <X width={16} height={16} />
<X width={16} height={16} />
</Link>
</Typography>
</Transition>
Expand Down
Loading