Update docs.md

This commit is contained in:
KoalaSat
2025-06-27 15:53:55 +00:00
committed by GitHub
parent 3732c03844
commit 00f557fb8e

View File

@ -12,7 +12,7 @@ The `Garage` contains user's tokens separated by `Slots`. Every `Slot` stores th
### 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.
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.
<div align="center">
<img src="/development/assets/federation.png" width="500px">