Skip to content

Commit 87fcbbc

Browse files
committed
init
0 parents  commit 87fcbbc

File tree

303 files changed

+34033
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

303 files changed

+34033
-0
lines changed

.github/workflows/deploy.yml

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Deploy Docusaurus site to GitHub Pages
2+
3+
on:
4+
push:
5+
branches:
6+
- master # Change this if your branch is not main
7+
8+
jobs:
9+
build-and-deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout code
13+
uses: actions/checkout@v2
14+
15+
- name: Set up Node.js
16+
uses: actions/setup-node@v2
17+
with:
18+
node-version: "20"
19+
20+
- name: Install dependencies
21+
run: npm install
22+
23+
- name: Build Docusaurus site
24+
run: npm run build
25+
26+
- name: Deploy to GitHub Pages
27+
uses: peaceiris/actions-gh-pages@v3
28+
with:
29+
github_token: ${{ secrets.GITHUB_TOKEN }}
30+
publish_dir: ./build

.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Dependencies
2+
/node_modules
3+
4+
# Production
5+
/build
6+
7+
# Generated files
8+
.docusaurus
9+
.cache-loader
10+
11+
# Misc
12+
/archive
13+
.DS_Store
14+
.env.local
15+
.env.development.local
16+
.env.test.local
17+
.env.production.local
18+
19+
npm-debug.log*
20+
yarn-debug.log*
21+
yarn-error.log*

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[cary0x.github.io](https://cary0x.github.io)
2+
3+
I am going to smash my commits to this repo to prevent and wipe the history from time to time.

docs/_category_.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "Docs",
3+
"position": 1,
4+
"link": {
5+
"description": "abc."
6+
}
7+
}

docs/address_poison.png

179 KB
Loading

docs/flywheel.md

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
title: Flywheel
3+
sidebar_position: 2
4+
---
5+
6+
# Pond0x Flywheel and Ecosystem
7+
8+
Note that this page is heavily speculative. DYOR and send me corrections as new information comes out.
9+
10+
Also note that I purposely left out Mining and the Magma Engine. Very little is known about what the Proof of Work mining is accomplishing, what the Magma Engine is doing, and why creating/validating hashes on our computers is rewarded so heavily.
11+
12+
## Introduction: The Flywheel Concept
13+
14+
The **flywheel** is a metaphor for the Pond0x ecosystem. In mechanics, a flywheel stores rotational energy, spinning faster and faster as more energy is added. Similarly, the Pond0x flywheel accelerates as more participants invest, generating increasingly significant rewards for the entire ecosystem.
15+
16+
The idea is simple:
17+
1. Users contribute mining power, wPond, and other assets to the ecosystem.
18+
2. These contributions generate returns and rewards.
19+
3. Participants reinvest their rewards, further fueling the system.
20+
21+
This compounding effect encourages continuous growth, creating a sustainable loop of **increased investment** and **amplified rewards**. The more participants engage and reinvest, the faster the flywheel spins, benefiting everyone.
22+
23+
---
24+
25+
## Key Components of the Flywheel
26+
27+
### 1. Swap Rewards
28+
- Users can swap tokens directly within the Pond0x ecosystem.
29+
- **Incentives**: Swapping within the ecosystem generates rewards, eliminating the need for users to seek external alternatives.
30+
- This keeps liquidity circulating within Pond0x, strengthening the flywheel.
31+
32+
---
33+
34+
### 2. Burning
35+
- "Burning" in Pond0x means **locking tokens into the ecosystem**, symbolizing a permanent commitment.
36+
- **Purpose**:
37+
- Increases a user's **luck** for rewards.
38+
- Elevates the status of a token to **leader status**, becoming the reward for mining and spawning.
39+
- **Impact**: Encourages users to "burn" their preferred tokens to boost its influence and incentivize others to follow.
40+
41+
---
42+
43+
### 3. Spawning
44+
- **Mechanism**: Spawning trades wPond for the **leader token** selected from burning.
45+
- **Value Proposition**: Users receive a greater expected value from the leader token compared to the wPond they submit.
46+
- **Impact on the Flywheel**:
47+
- Promotes reinvestment into the ecosystem.
48+
- Increases demand for both wPond and leader tokens.
49+
50+
---
51+
52+
### 4. Pondwater Locking
53+
- Users can lock **wPond (Pondwater)** for up to **49 weeks**, generating a **stream of SOL rewards**.
54+
- Locked wPond is pooled into yield-generating strategies, including:
55+
- **Liquidity Pool Feeds**: Earn swap fees.
56+
- **External Yield Sources**: Participate in lending protocols and vault strategies.
57+
- **External Vaults**: Access sophisticated investment tools for auto-compounded returns.
58+
- **Advantages of Collective Locking**:
59+
- Aggregated funds negotiate better returns than individual locks.
60+
- Reduced fees through economies of scale.
61+
- Users receive **100% of the additional yield**, minus ecosystem costs.
62+
63+
---
64+
65+
## Summary
66+
The Pond0x ecosystem operates as a **self-reinforcing flywheel**:
67+
1. **Swap rewards** keep liquidity within the system.
68+
2. **Burning** locks tokens and elevates leader tokens, encouraging greater participation.
69+
3. **Spawning** trades wPond for leader tokens, offering greater value and sustaining demand.
70+
4. **Pondwater locking** pools funds to generate significant SOL rewards, incentivizing long-term commitments.
71+
72+
Each component works together, ensuring that as more users invest, rewards increase, further motivating reinvestment. This virtuous cycle grows the ecosystem, delivering greater benefits to all participants.
73+
74+
By focusing on **continuous reinvestment and collective rewards**, Pond0x transforms user engagement into a powerful mechanism for sustainable growth.

docs/guides/_category_.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "Guides",
3+
"position": 2,
4+
"link": {
5+
"description": "5 minutes to learn the most important Docusaurus concepts."
6+
}
7+
}

docs/guides/allicons.png

540 KB
Loading

docs/guides/checkin/_category_.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"label": "Check In",
3+
"link": {
4+
"description": ""
5+
}
6+
}
56.9 KB
Loading
12.2 KB
Loading
101 KB
Loading

docs/guides/checkin/img/checkin.png

183 KB
Loading

docs/guides/checkin/index.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
sidebar_position: 1
3+
title: Check In Overview
4+
---
5+
6+
# Check In
7+
8+
> **Setup**. Configure your wallets to connect cross chain.\
9+
> **Lift off**. Begin streaming your rewards.
10+
11+
![Checkin](img/checkin.png)
12+
13+
> **What is Check In?**\
14+
> Confirms your rewards are sent to the correct destination on the right chain.
15+
> To Mine, you need to Check In so rewards can be sent to you.
16+
17+
> **What is Priority?**\
18+
> The order in which rewards are prioritized for sending.\
19+
> If you do not complete Check In, your priority might change.
20+
21+
> **When can I Mine?**\
22+
> Once the Check In window has completed, Mining begins. You will need SOL to Mine.
23+
24+
> **What is a Payout Test?**\
25+
> You will receive a small payout on the destination chain to confirm where you will automatically continue to receive rewards.\
26+
> Your Check In will be complete once you receive this amount.
27+
28+
I am not sure that this payout test is still being sent out. I would not wait for it to arrive to begin mining.
29+
30+
> **Can I use my badges?**\
31+
> Once you Check In, you can Teleport (⚡) your badges to Solana.
32+
33+
![Checkin](img/checkin-linkwallets.png)
34+
35+
The multiple-wallet linking feature is not yet available.
36+
37+
---
38+
39+
Checking in is relatively straightforward. As long as you have Eth and Sol wallets and some Sol, you should be good to go. Simply follow the on-screen prompts.
40+
41+
## Notes
42+
43+
The payout test may not be sending out anymore. Do not wait for it to begin mining.
44+
45+
If you want to connect your X account, do not skip that step. There is no way to do it afterwards at the moment.
46+
47+
Since the check in is not fully completed, I am not sure teleporting badges will work. This should likely get resolved once the test send is restored or removed as a requirement.

docs/guides/checkin/issues.mdx

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
sidebar_position: 3
3+
title: Checkin Issues
4+
---
5+
6+
# Checkin Issues
7+
8+
import IssuesCheckin from "@site/src/md/issues/Checkin.md";
9+
10+
<IssuesCheckin />

docs/guides/friends/_category_.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"label": "Friends",
3+
"link": {
4+
"description": ""
5+
}
6+
}

docs/guides/friends/image-1.png

571 KB
Loading

docs/guides/friends/image.png

623 KB
Loading

docs/guides/friends/index.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
sidebar_position: 1
3+
title: Friends Overview
4+
---
5+
6+
# Friends
7+
8+
![Friends Main Screen](image.png)
9+
10+
>**Earn Rewards**. When your friends swap.\
11+
>**Earn Rewards**. When your friends mine.\
12+
>**Use Link**. Get rewarded when others use your link.
13+
14+
---
15+
16+
>**What do I win?!**\
17+
>You win a portion of the Rewards won by those you referred directly and those referred by your directs >(associates).\
18+
>Build a bigger network, get bigger rewards! 🚀\
19+
>Example 1: You refer Geoff (direct), you get a portion of his Rewards.\
20+
>Example 2: Geoff refers Matt (associate), you get a portion of Geoff's and Matt's Rewards.
21+
22+
>**How do I use referral links?**\
23+
>Share your Ref link far and wide!\
24+
>Get people to swap using your link.\
25+
>Build a really big team! WIN. 👑
26+
27+
>**Are the rewards sent automatically?**\
28+
>Yes, after the required confirmations are completed on-chain, Rewards are automatically distributed to the user and referral (when applicable).
29+
30+
---
31+
32+
## My Friends
33+
34+
This tab will supply you with your friend referral code / link. Share this with your swapping friends to share wins. More friends -> more wins. I recommend always using a referral code when you swap. If you need one, you can [use mine](/tips) =).
35+
36+
It will also show you your number of referrals, transactions, and earnings. These are not updated instantly and often take some time to load in.
37+
38+
## Top Friends
39+
40+
![Top Friends](image-1.png)
41+
42+
This tab will show you the top paid and top referred accounts.

docs/guides/index.md

+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
---
2+
sidebar_position: 1
3+
title: Overview
4+
---
5+
6+
# Pond0x Overview
7+
8+
Pond0x is an ecosystem that is broken up into various segments. They all generally work together in one way or another.
9+
10+
![AllIcons](allicons.png)
11+
12+
## [✈️ Check In](/docs/guides/checkin)
13+
>**Setup**. Configure your wallets to connect cross chain.\
14+
>**Lift off**. Begin streaming your rewards.
15+
16+
The first thing you will want to do is check in. This is basically like creating an account. This pairs your Eth, Sol, X, etc. accounts into one.
17+
18+
## [⚡️ Teleport](/docs/guides/teleport)
19+
>**Teleport**. Spawn your PNDC. Get PEPE, PORK, MOG and more\
20+
>**Use Link**. Get rewarded when others use your link.
21+
22+
The second thing you will want to do is teleport any badges you may have from your Eth wallet to your Eth/Sol/Pond0x pair. This is optional and will not do anything for anyone brand new to Pond0x
23+
24+
--
25+
26+
From here, you are ready to start interacting with the protocol.
27+
28+
## [⛏ Mine](/docs/guides/mine)
29+
>**Mine on Solana**. Now you can mine on Solana.\
30+
>**Use Link**. Get rewarded when others use your link.\
31+
>**Boost**. Boost your mining output.\
32+
>**No limits**. No min or max for <span className="text-green">PRO</span> users.
33+
34+
The Mining page allows you to use your system as a miner by solving and validating hashes in exchange for <span class="text-green">$wPond</span> rewards. It sounds complicated, but in two clicks you can call yourself a crypto miner.
35+
36+
## [🤝 Swap](/docs/guides/swap)
37+
>**Swap on Solana**. Real time rewards.\
38+
>**Swap on Ethereum**. More swaps. More Drops.\
39+
>**Use Link**. Get rewarded when others use your link.
40+
41+
The Pond0x Swap is among the best swaps available. While it does have a tiny fee, it has great options and produces rewards for swappers, especially using referral codes (see Friends).
42+
43+
## [😊 Friends](/docs/guides/friends)
44+
>**Earn Rewards**. When your friends swap.\
45+
>**Earn Rewards**. When your friends mine.\
46+
>**Use Link**. Get rewarded when others use your link.
47+
48+
The Friends page will give you a swap referral link that you can share with your friends. Swapping on referral links produces swap rewards that is shared among friends.
49+
50+
## [🏆 Rank](/docs/guides/rank)
51+
>**Top Token Pools**. Distributed as results.\
52+
>**Add to Pools**. Earn more real time.
53+
54+
The Rank (Leaderboard) page allows you to burn tokens for luck and to push the needle on the next Spawning event. You will likely need to understand more about the full ecosystem to understand this.
55+
56+
---
57+
58+
## Soon
59+
60+
These features are unreleased, but some details are known.
61+
62+
## [🧪 Spawn](/docs/guides/spawn)
63+
>**Spawn on Solana**. Spawn your PNDC. Get PEPE, PORK, MOG and more\
64+
>**Use Link**. Get rewarded when others use your link.
65+
66+
The Spawn page is where you participate in the Spawning events. These are triggered by mining claims and only last for a short amount of time. Major rewards can be won here. Unique speculation options also exist here.
67+
68+
## [💧 Water](/docs/guides/water)
69+
>**Get SOL**. Lock PNDC, earn SOL from mining, LP and swaps.\
70+
>**Flexible**. Unlock Anytime. No contract locks.\
71+
>**Boost**. Lock longer, earn more SOL.
72+
73+
The Water page allows you to lock <span class="text-green">$wPond</span> for an amount of time in exchange for a stream of Sol.
74+
75+
## [🤌 Predict](/docs/guides/predict)
76+
>**Tokenize**. Trade highly-debated topics.\
77+
>**Earn Rewards**. When your friends make predictions.
78+
79+
The Prediction page appears to be a place to place an A/B wager on real world events like elections and sports events.
80+
81+
## [💦 Splash](/docs/guides/splash)
82+
83+
The Splash feature does not yet have a page, but it has been teased and appears to have a page ready for deployment.
84+
85+
## Anti-Exploitation Design
86+
87+
- This system is intentionally designed to **resist gaming** by whales, bots, or technical experts.
88+
- Technology exists to prevent:
89+
- Late-stage whales from simply dropping large sums.
90+
- Programmers from scripting unfair advantages.
91+
- Success comes from:
92+
- **Consistent participation**
93+
- **Strategic behavior**
94+
- **Historical engagement**

docs/guides/mine/99-infographic.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
sidebar_position: 99
3+
---
4+
5+
# Infographic
6+
7+
Mining v1.9
8+
9+
I made this infographic for v1.7 when there was a massive amount of confusion. I believe it helped a lot of people at the time. I updated it for v1.9.
10+
11+
Mining has worked extremely well since 2.0. I created this website so I could keep it updated without having to spend hours in Photoshop.
12+
13+
![Mining Guide v1.9](./img/PondGuide1.9.png)

docs/guides/mine/_category_.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"label": "Mine",
3+
"link": {
4+
"description": ""
5+
}
6+
}

docs/guides/mine/browser-hash.png

102 KB
Loading

0 commit comments

Comments
 (0)