-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04767c0
commit 25d81c8
Showing
10 changed files
with
136 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import { LATEST_FOUNDATION_PROPOSAL_ADDRESS } from "../data"; | ||
import { LATEST_TF_PROPOSAL_DESCRIPTION } from "../description"; | ||
import { THE_OPEN_LEAGUE_DESCRIPTION } from "./the-open-league"; | ||
|
||
const hardocded = { | ||
EQA5eyWDAAegbL5Ay1CfelGG3yY9Ow7bgpfocTV6KDt9zeIl: THE_OPEN_LEAGUE_DESCRIPTION, | ||
[LATEST_FOUNDATION_PROPOSAL_ADDRESS]: LATEST_TF_PROPOSAL_DESCRIPTION, | ||
}; | ||
|
||
export const getProposalDescription = (address: string, decription?: string) => { | ||
return hardocded[address as keyof typeof hardocded] || decription; | ||
}; |
46 changes: 46 additions & 0 deletions
46
src/data/foundation/proposals-descriptions/the-open-league.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
export const THE_OPEN_LEAGUE_DESCRIPTION = ` | ||
<video autoplay muted controls> | ||
<source src="https://tonv.s3.us-east-2.amazonaws.com/TON+Conference+v4.mp4" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
The Open League is a community proposal to distribute TON-backed user incentives and acquire 5 million users in the next 12 months. This proposal is to gather support and feedback for the first season, an invite-only Pilot Season, to create a proof of concept for the ecosystem. | ||
- You can watch the full presentation from Gateway Here: https://www.youtube.com/watch?v=vsAyfdmt374&t=10085s | ||
- You can download the full presentation here: https://drive.google.com/file/d/1gKuzQJjoC1sfsbY1GNTvNWeg1Eya5ua3/view?usp=sharing | ||
How The Open League would work: | ||
Incentives would go to users in 2 ways: | ||
- Soul-bound tokens (SBTs) - given for sustained on-chain activity | ||
- Via projects that are awarded incentives grants by community vote | ||
A seasonal structure would gamify mini-app launches. | ||
- For Projects: Creating perfect moments to captivate and onboard active users from Telegram to TON. | ||
- For Users: Directing them to the best projects gamifying onboarding with incentives for TON mini-app usage. | ||
Experience Points (XP) would become reputation points and be redeemable for $TON | ||
- XP, backed 1:1 with $TON, can be exchanged for $TON anytime. | ||
- The twist? A time-based formula affects the exchange rate -- the sooner you redeem, the higher the discount. | ||
- On March 31, 2025, 1 XP will equal 1 $TON. | ||
Community bot quests will act as the front page for incentive season tasks. | ||
- Earn XP for task completion and receive SBTs for completing the entire set. | ||
- SBTs offer a permanent boost in XP earnings, and you can amplify your gains by referring friends, getting Telegram Premium, or buying a TON DNS. | ||
TON Society would become your new TON public profile, tracking your achievements, earnings, and enabling the exchange of XP for TON. From Season 1, TON Society members will also help govern the program - First, voting for TON projects to get XP grants. Projects would apply for 1 of the 3 tiers, where they should show why they believe they can achieve the User goal---creating an investor pitch for the entire community. | ||
This system aims to activate 5 million Telegram users to TON in 1 year. To do that, we'd spend 1 year as an ecosystem growing TON-based TG mini-apps, 3 seasons, creating 3 opportunities to review performance and evolve the program better to meet the needs of projects and the community while reaching its goal. | ||
Your vote today would be to approve the pilot season, targeting 500k active users and enabling us to build the League and begin testing SBTs, and XP incentives on a small handful of projects. | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters