Update docs.md

This commit is contained in:
KoalaSat
2025-06-27 15:54:31 +00:00
committed by GitHub
parent 00f557fb8e
commit 7f6b2ffc6d

View File

@ -12,7 +12,7 @@ The `Garage` contains user's tokens separated by `Slots`. Every `Slot` stores th
### Federation ### Federation
The `Federation` stores information from all available coordinators. All coordinators information is aggregated here: `book` for all orders and `exchange` for `Coordinator`'s meta data. When `nostr` connection is active, `book` is filled with orders from relays instead. The `Federation` stores information from all available coordinators. All coordinators information is aggregated here: `book` for all orders and `exchange` for `Coordinator`'s meta data. When the Nostr connection is active, `book` is filled with orders from relays instead.
<div align="center"> <div align="center">
<img src="/development/assets/federation.png" width="500px"> <img src="/development/assets/federation.png" width="500px">