Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docs: Rewards Points #856

Merged
merged 2 commits into from
Sep 30, 2024
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
65 changes: 65 additions & 0 deletions docs/rewards/01-rewards.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
id: docs-reward-points
title: Rewards Points
hide_title: true
slug: ./
displayed_sidebar: pushRewardsSidebar
sidebar_position: 1
---

## Overview

Push is excited to announce Phase 1 of Push Points Program aimed at giving back to the community and devs who have supported Push every step of the way and helped us reach greater heights. Push changed the game with the invention of Notifications and a communication layer for blockchains. Push is set to disrupt the web3 space with an upcoming evolution for the future of consumers on the blockchain. We’re working on something super exciting and want to bring you along for the ride.

## Earn Rewards for Activities (On and Offchain)

Push is committed to building the decentralized communication layer for web3. By participating in the points program, you can directly contribute to our growth and empower our vision.

We have designed the points program from the ground up to incentivize users by rewarding points for a variety of activities done using your favorite protocol, Push. Activities include but are not limited to participating on our socials, performing tasks on Push, staking and much more. Activities are shaped in a way where loyal users who interact with Push will be rewarded and have a fair chance of climbing the leaderboard.

## How to Earn Points

:::tip
**Note:** Please ensure the address you connect for the points program has at-least 1 Tx on ETH. We do this to ensure gaming the system is kept to a minimum among other steps.
:::

Getting started is fairly simple. Follow these steps to start earning today:

**How to Register (required):**

1. Connect your X account and Follow [@pushprotocol](https://x.com/pushprotocol)
2. Connect your Discord profile and Join [Push Discord Server](https://discord.com/invite/pushprotocol).

:::tip
**Note:** We perform multiple checks to ensure your twitter account is legitimate. Verification may take up to 24 hours. If the verification fails, please make sure you are following [@pushprotocol](https://x.com/pushprotocol) and have at-least 50 followers.
:::

Once the first two steps are done, you have successfully registered for Push Points Program. You can start minting points by completing various activities. Do make sure to keep checking your Points dashboard for a new set of tasks each week. You don’t want to miss out on some of these bonus rewards!

## Daily Check-in

Users can also check-in daily on [app.push.org/points/activity](http://app.push.org/points/activity) to claim points. Check-in for 7 days to earn bonus points.

## Multipliers

Multipliers allow users to boost their Points by performing special activities. For e.g. if you have 100 points, after earning a 2x Multiplier, you will now have 200 Points. Multipliers also apply to any points earned after activating the Multiplier making it a permanent feature. Watch out [@pushprotocol](https://x.com/pushprotocol) on X for bonus activities to earn Multipliers.

Multipliers are associated with high impact activities to make sure top contributors to the platform are rewarded accordingly.

:::tip
**Note:** Multipliers are additive. A 2X + 2X Multiplier will make the account multiplier 4X. Collect more multipliers to earn mega rewards.
:::

## Onboard New Users on Push. Earn Points.

Users will notice a special link on their Push Points Dashboard. Share this with your friends and new users to earn +12% of any Points your invites earn, and +2% of any Points your invite’s invites earn.

## When will Phase I end?

Phase 1 will last for 16 weeks with a big bang announcement following a reveal of rewards for collected points. We’re super excited for the reveal and are sure the community will be thrilled with what they find. The more points you accumulate on the leaderboard, the bigger the rewards!

## Under what circumstances can I lose my points?

Points may also be forfeited due to farming by unfair means or failure to meet the stated eligibility criteria.

For more questions join [Push Discord](https://discord.com/invite/pushprotocol). Our team would be glad to help you.
6 changes: 6 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,12 @@ const sidebars = {
],
},
],
pushRewardsSidebar: [
{
type: 'doc',
id: 'rewards/docs-reward-points',
},
],
};

module.exports = sidebars;
4 changes: 3 additions & 1 deletion src/components/DocsHub/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ const TechDocIcon = styled(ItemV)`
filter: ${(props) => (props.docutheme === 'dark' ? 'invert(100%)' : '')};

height: 44px;
width: 44px;
width: auto;
margin: 0 0 1rem 0;
}
`;
Expand Down Expand Up @@ -627,6 +627,8 @@ const TechDocCardList = styled(ItemH)`
gap: 32px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: flex-start;
`;

const TechDocCard = styled(ItemV)`
Expand Down
9 changes: 9 additions & 0 deletions src/config/DocsHubList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,15 @@ await aliceVideoCall.request([recipient]);
description:
'Roadmap of Push Protocol and all the exciting things to come.',
},
{
title: 'Push Reward Points',
srcref: 'rewards',
alt: 'Logo representing reward points of Push Protocol',
link: '/docs/rewards',
target: '_self',
description:
'Reward Points Program for contributors. Complete activities and earn points.',
},
];

export const SdkItemsList: ISdkListItem[] = [
Expand Down
Binary file added static/assets/docs/docshub/rewards.webp
Binary file not shown.
Binary file added static/assets/docs/docshub/rewards@2x.webp
Binary file not shown.
Binary file added static/assets/docs/docshub/rewards@3x.webp
Binary file not shown.
Loading