Skip to content

Commit

Permalink
pull in web3 sustainability loop images from tokenspice0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trentmc committed Jul 12, 2021
1 parent 841e105 commit 4155aec
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,9 @@ Or run your own custom simulation, by changing the netlist. You can change:

Netlists live at `assets/netlists/`.

### Wsloop Netlist

Wsloop = Web3 Sustainability Loop. The original version was tuned for the [Web3 Sustainability Loop](https://blog.oceanprotocol.com/the-web3-sustainability-loop-b2a4097a36e).

(FIXME add images - see tokenspice0.1)
- [wsloop](assets/netlists/wsloop/about.md) - Web3 Sustainability Loop
- (WIP) Ocean V3
- (WIP) Ocean V4

### Ocean V3 Netlist

Expand Down
28 changes: 28 additions & 0 deletions assets/netlists/wsloop/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## About Wsloop Netlist

Wsloop = Web3 Sustainability Loop. [Here's the original article](https://blog.oceanprotocol.com/the-web3-sustainability-loop-b2a4097a36e).

Here's the block diagram as presented for broader public consumption. While it says Ocean, the system-level design is really quite general (Web3 Sustainability Loop).

<img src="images/block-diagram-simpler-for-public.png" width="70%">

That diagram glossed over some details. Here is a more accurate block diagram.

<img src="images/block-diagram-actual.png" width="70%">

The plots show many key performance indicators (KPIs) and other variables changing over time. Here's how they affect each other.

<img src="images/variables-being-modeled.png" width="100%">

We have slightly fancier models for growth rate and for token supply schedule. The details are [here](images/model-growth-rate.png) and [here](images/model-supply-schedule.png), respectively.

Model scope and limitations:
- TokenSPICE is currently modeling the Web3 Sustainability Loop, or equivalently, Ocean's system level design.
- It does not attempt to model Ocean Market dynamics or the Balancer AMM at any level of fidelity.
- Nor does it model staking in Ocean Market or elsewhere. Staking can have a big positive impact on token price.

To learn more:
- "The Web3 Sustainability Loop" blog post [[ref](https://blog.oceanprotocol.com/the-web3-sustainability-loop-b2a4097a36e)] is a good first external reference
- Then, "Ocean Token Model" blog post [[ref](https://blog.oceanprotocol.com/ocean-token-model-3e4e7af210f9)] adds a bit more fidelity.
- The Ocean Whitepaper [[ref](https://oceanprotocol.com/tech-whitepaper.pdf)] has more fidelity yet.
- Finally, we encourage taking a look at the code here! A good starting point is to see `SimEngine`'s loop, which calls `SimState`'s update, which calls each `Agent`'s update.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4155aec

Please sign in to comment.