Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions RFPs/RFP-003-atomic-swaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ application to build on.
the LEZ token program, using Associated Token Accounts (ATAs).
8. The maker software supports two pricing modes: (1) **local configuration**:
static prices set via config file or CLI, suitable for testing; (2)
**external price feed**: prices fetched from an external source (e.g., a REST
API). The architecture must support pluggable price sources; the specific
external integration is left to the developer.
**external price feed**: prices sourced from another Logos module via its C
API. The architecture must support pluggable price sources; the specific
Logos module and its C API integration are left to the developer.
9. The maker is deployable as a **headless daemon** covering pair and price
configuration, external price feed integration, liquidity advertisement, swap
execution, and monitoring; the daemon must be fully operable via the maker
Expand Down