From c8043cf06ea6c355e6cfdb81177332b822c5d928 Mon Sep 17 00:00:00 2001 From: KoalaSat Date: Fri, 27 Jun 2025 15:07:53 +0000 Subject: [PATCH] Update docs.md --- development/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/docs.md b/development/docs.md index d046a01b..e952de21 100644 --- a/development/docs.md +++ b/development/docs.md @@ -4,7 +4,7 @@ ### 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. +The `Garage` contains user's tokens separated by `Slots` . Every `Slot` stores the core data generated with the token and a set of `Robots`. Each `Robot` fetches the information a `Coordinator` has about that specific token. Tokens should be always sent to all coordinators on creation/recovery to ensure consistency and good UX.
@@ -12,7 +12,7 @@ The `Garage` contains user's tokens separated by `Slots` . Every `Slot` has the ### Federation -The `Federation` stores all available coordinators. A `Coordinator` has the main data obtained from its API: `/api/book`, `/api/limits` and `/api/info`. This information from coordinators is aggregated in the `Federation`: `book` for all orders and `exchange` for coordinator's meta data. +The `Federation` stores information from all available coordinators. A `Coordinator` contains the main data obtained from its main API endpoints: `/api/book`, `/api/limits` and `/api/info`. This information is aggregated in the `Federation`: `book` for all orders and `exchange` for coordinator's meta data.