Skip to content

Commit

Permalink
Merge branch 'whitepaper' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Dec 19, 2024
2 parents 48e5490 + 6e5a0a5 commit 6a4c375
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/build/gateways/delegated-staking/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import {HeroPattern} from "@/components/HeroPattern"
Delegated staking is a process by which a person can stake their own ARIO tokens on someone elses AR.IO gateway. The additional staked tokens increase that gateway's chance to be selected as an observer, and so they have the potential to earn more rewards.
In exchange, the person who delegates the tokens will receive a share of the gateway's rewards. Gateway operators can set the percentage of rewards are available for delegating wallets.

You can find more specific information about delegated staking and how rewards are distributed in the [AR.IO whitepaper](https://whitepaper_ar-io.arweave.dev/).
You can find more specific information about delegated staking and how rewards are distributed in the [AR.IO whitepaper](https://whitepaper.arweave.net/).

You can easily delegate stake to a gateway by using the Gateway Portal at [ar://gateways](https://gateways.arweave.net/#/staking)
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const Header = forwardRef<
<nav className="hidden md:block">
<ul role="list" className="flex items-center gap-8">
<TopLevelNavItem href="/">Home</TopLevelNavItem>
<TopLevelNavItem href="https://whitepaper_ar-io.arweave.net" target='_blank'>Whitepaper</TopLevelNavItem>
<TopLevelNavItem href="https://whitepaper.arweave.net/" target='_blank'>White Paper</TopLevelNavItem>
<TopLevelNavItem href="/learn/introduction">Learn</TopLevelNavItem>
<TopLevelNavItem href="/build/ar-io-sdk">Build</TopLevelNavItem>
<TopLevelNavItem href="/community-resources">
Expand Down
2 changes: 1 addition & 1 deletion src/components/HomeCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function HomeCards() {

<div className="inline-block p-6 border border-gray-300 m-5 max-w-2/5 min-w-1/3 rounded-lg transition-transform transform hover:translate-x-[-10px] hover:translate-y-[-10px] hover:shadow-md hover:shadow-gray-500">
<a
href="https://whitepaper_ar-io.arweave.net"
href="https://whitepaper.arweave.net/"
target="_blank"
>
<img
Expand Down
2 changes: 1 addition & 1 deletion src/components/Resources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const resources: Array<Resource> = [
},
},
{
href: 'https://whitepaper_ar-io.arweave.net/',
href: 'https://whitepaper.arweave.net/',
name: 'White Paper',
description:
'A comprehensive document that details a decentralized and incentivized gateway network aimed at making the permaweb more accessible to all.',
Expand Down

0 comments on commit 6a4c375

Please sign in to comment.