mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-20 09:43:23 +00:00
877 B
877 B
Documentation
Client
Garage
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.

Federation
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.
