diff --git a/development/docs.md b/development/docs.md index 7d8b3af5..d046a01b 100644 --- a/development/docs.md +++ b/development/docs.md @@ -1 +1,19 @@ -# Documentation \ No newline at end of file +# Documentation + +## Client + +### Garage + +The `Garage` contains user's tokens separated by `Slots` . Every `Slot` has the core data generated with the token and a set of `Robots`. Each `Robot` contains the information a `Coordinator` returns about that specific token. Tokens should be always sent to all coordinators on creation/recovery to ensure consistency and good UX. + +