From 0a28ce23670d63c0c0bfa6a4713d163838e7b4a5 Mon Sep 17 00:00:00 2001 From: burrrata <42473928+burrrata@users.noreply.github.com> Date: Fri, 8 May 2020 23:34:19 -0400 Subject: [PATCH] updated stuff --- docs/about.md | 24 ++++++++++++++++++++++++ docs/reviews.md | 4 +++- docs/workshops.md | 11 ++++------- 3 files changed, 31 insertions(+), 8 deletions(-) diff --git a/docs/about.md b/docs/about.md index c66a9e1..7433dae 100644 --- a/docs/about.md +++ b/docs/about.md @@ -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?" +## 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. + diff --git a/docs/reviews.md b/docs/reviews.md index 6f38878..b7d4027 100644 --- a/docs/reviews.md +++ b/docs/reviews.md @@ -4,4 +4,6 @@ title: Token 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)! diff --git a/docs/workshops.md b/docs/workshops.md index 759dceb..3e0d4d3 100644 --- a/docs/workshops.md +++ b/docs/workshops.md @@ -4,20 +4,17 @@ title: Token Engineering Workshops sidebar_label: Workshops --- -Stuff about the TE workshops goes here. - ## 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/) - [Munich meetup group](https://www.meetup.com/de-DE/Token-Engineering-Munich/) ## 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) - -### TEGG +_Token Engineering Global Gathering._ Cryptoeconomic systems will redefine the way we understand business and economics in the 21st century. However, creating such tokenized ecosystems is hard.