diff --git a/README.md b/README.md
index 3d5e729f..6e8253aa 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,9 @@
-[Telegram](https://t.me/kavalabs) |
-[Medium](https://medium.com/kava-labs) |
-[Validator Chat](https://riot.im/app/#/room/#kava-validators:matrix.org)
+### [Telegram](https://t.me/kavalabs) | [Medium](https://medium.com/kava-labs) | [Validator Chat](https://riot.im/app/#/room/#kava-validators:matrix.org)
+
+### Participate in the Kava testnet and [snag a founder badge](./docs/REWARDS.md)!
@@ -34,6 +34,7 @@ go install ./cmd/kvd ./cmd/kvcli
```
#### Create a Wallet
+
```
kvd init --chain-id=kava-testnet-1
kvcli keys add
@@ -42,6 +43,7 @@ kvcli keys add
**Be sure to back up your mnemonic!**
#### Create a Genesis Transaction
+
```
kvd add-genesis-account $(kvcli keys show -a) 1000000kva
kvd gentx --name --amount 1000000kva --ip
@@ -50,6 +52,7 @@ kvd gentx --name --amount 1000000kva --ip
A genesis transaction should be written to `$HOME/.kvd/config/gentx/gentx-.json`
#### Submit Genesis Transaction
+
To be included in the genesis file for testnet one, fork this repo and copy your genesis transaction to the `testnet-1/gentx` directory. Submit your fork including your genesis transaction as a PR on this repo [here](https://github.com/Kava-Labs/kava/pulls)
## License
diff --git a/docs/REWARDS.md b/docs/REWARDS.md
new file mode 100644
index 00000000..347b3949
--- /dev/null
+++ b/docs/REWARDS.md
@@ -0,0 +1,31 @@
+# Become a Founding Member of Kava
+
+> ### Validate & Earn Tokens
+
+Every project begins with those brave few who have vision and grit. Fortune favors the bold, and the Kava community honors validators that participate in testnets and the mainnet launch with a badge commemorating their early validator services and entitling them to Kava tokens.
+
+## Earn Your First Badge!
+
+| | |
+| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| | The “Founder” Badge
Kava founders helped secure the network before it was the cool thing to do. Participate in the transition from Testnet #1 to Testnet #2 and stay live through Mainnet launch.
Reward
Qualification
- Validate at least one (1) precommit of Testnet #1
- Validate at least 90% of precommits for Testnet #2
|
+
+### General Qualifications
+
+- “Founder” badges restricted to first 100 Kava validators, measured by timestamp of first precommit.
+- Only available to residents outside the United States, Canada, China, and OFAC sanctioned countries. Kava badge rewards are not available to entities that participated in the Kava fundraiser.
+- Subject to registration and KYC requirements.
+
+### Timeline
+
+- Testnet #1: June 30th, 18:00 UTC
+- Testnet #2: July 31st, 18:00 UTC
+- Mainnet: August 31st, TBD
+
+### Get Started
+
+Follow the documentation [here](https://github.com/Kava-Labs/kava-devnet) to begin validating!
+
+### Join the conversation
+
+Join our community channels on [Riot](https://riot.im/app/#/room/#kava-validators:matrix.org) and [Telegram](https://t.me/kavalabs) to stay up to date and get your questions answered! _And make sure to watch out for future badge announcements!_
diff --git a/docs/founder-badge.png b/docs/founder-badge.png
new file mode 100644
index 00000000..0c98d773
Binary files /dev/null and b/docs/founder-badge.png differ