updated stuff

This commit is contained in:
burrrata 2020-05-08 23:34:19 -04:00
parent ddb220bc33
commit 0a28ce2367
3 changed files with 31 additions and 8 deletions

View File

@ -6,3 +6,27 @@ sidebar_label: About
The Token Engineering Community is working to answer the following question: "What does it take to do "token engineering" and how we can do it together?" The Token Engineering Community is working to answer the following question: "What does it take to do "token engineering" and how we can do it together?"
## But what is "token engineering?"
Token engineering is a holistic engineering discipline that goes all the way from ideation to design, testing, deployment, and maintentance. It's the process of building things that work, and keep working. Just like bridges and roads need to be reliable, so do our economic systems. Our goal is to help design and create tokeneconomic systems that are robust against exploits and can empower users.
### Define design goals
What do you want to have happen? What does success look like for your tokeneconomic system?
### Identify mechanisms
You want to design mechanisms where certain properties hold under all conditions. You know you have a mechanism when it cannot be broken down further.
### Compose mechanisms into design patterns
Design patterns are a series of actions that will produce consistent and reproducible results. Often this is state dependent.
### Model your system
It's much easier to test and iterate in python before getting a security audit and deploying your code to production.
### Test IRL
Theory only gets us so far. We need to start dogfooding the system in controlled and low-risk experiments.

View File

@ -4,4 +4,6 @@ title: Token Reviews
sidebar_label: Reviews sidebar_label: Reviews
--- ---
Stuff about TE reviews goes here. Looking for feedback on your tokeneconomic system?
Check out our [token review service](https://discord.gg/7tvGCTD)!

View File

@ -4,20 +4,17 @@ title: Token Engineering Workshops
sidebar_label: Workshops sidebar_label: Workshops
--- ---
Stuff about the TE workshops goes here.
## Upcoming Workshops and Meetups ## Upcoming Workshops and Meetups
- [ReadyLayerOne](https://readylayer.one/) - workshop, link agenda tba - [ReadyLayerOne](https://readylayer.one/)
- [Berlin meetup group](https://www.meetup.com/de-DE/Token-Engineering/) - [Berlin meetup group](https://www.meetup.com/de-DE/Token-Engineering/)
- [Munich meetup group](https://www.meetup.com/de-DE/Token-Engineering-Munich/) - [Munich meetup group](https://www.meetup.com/de-DE/Token-Engineering-Munich/)
## Past Workshops ## Past Workshops
- [NonCon2020 session recordings](https://www.youtube.com/playlist?list=PLp4Qsobvo_Jv561ib0n2PkVQMbvXWr96e)
### Noncon ## TEGG
> [NonCon2020 session recordings](https://www.youtube.com/playlist?list=PLp4Qsobvo_Jv561ib0n2PkVQMbvXWr96e) _Token Engineering Global Gathering._
### TEGG
Cryptoeconomic systems will redefine the way we understand business and economics in the 21st century. However, creating such tokenized ecosystems is hard. Cryptoeconomic systems will redefine the way we understand business and economics in the 21st century. However, creating such tokenized ecosystems is hard.