Compare commits

..

1 Commits

Author SHA1 Message Date
b31dec874a
added information about testnet 2025-01-27 04:53:55 +02:00
3 changed files with 6 additions and 19 deletions

@ -12,16 +12,17 @@
# Reference Guide
- [DeTEE Cloud](./cloud/overview.md)
- [DeTEE Cloud Overview](./cloud/overview.md)
- [Components](./cloud/components.md)
- [Token system](./cloud/tokens.md)
- [Join as a User](./cloud/using.md)
- [Using DeTEE Cloud](./cloud/using.md)
- [Getting Access](./cloud/access.md)
- [CLI](./cloud/cli.md)
- [GUI](./cloud/gui.md)
- [Join as a Node](./operators/intro.md)
- [Node Operators](./operators/intro.md)
- [AMD](./operators/AMD.md)
- [The Brain](./brain/intro.md)
- [Brain](./brain/README.md)
- [brain-node]()
---

@ -1 +1 @@
# Brain
# DeTEE Brain Network

@ -1,14 +0,0 @@
# DeTEE Brain
The Brain works similary to a decentralized oracle that runs on TEEs. It has the capability to scale data distribution by leveraging [DHTs](https://en.wikipedia.org/wiki/Distributed_hash_table), and is tailored to offer a secure and redundant database for the contracts of the DeTEE network. The contracts define the relationship between user and node (resources, price of resources, [SLA](https://en.wikipedia.org/wiki/Service-level_agreement)).
Similar to the hacker challenge, the brain will create smart contracts on various blockchains, which will allow users to deposit tokens into the DeTEE network, and withdraw tokens from the network. The tokens that are in the network can be used for:
- consuming resources on the network (VMs or containers)
- voting for the upgrades of the brain
- voting power is based on the amount of resources consumed in the last cycle
- the customer is always right, so the customer gets to choose the software
- providing escrow as a node operator or as a user
- escrow can be used to compensate for low rating, based on the free market principle
- delegating escrow to servers and to users
This components is currently under development. The high level mechanics of the brain are simulated in a centralized API, that will be used to power the testnet till the release of the decentralized brain.