Compare commits

..

1 Commits

Author SHA1 Message Date
95a02d4d9b
added information about testnet 2025-01-27 05:26:36 +02:00
3 changed files with 19 additions and 6 deletions

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

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

14
src/brain/intro.md Normal file

@ -0,0 +1,14 @@
# 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.