From 2f6353d6ec04ffb72d1ef2a567448cc1715abba5 Mon Sep 17 00:00:00 2001 From: Theo Butler Date: Mon, 13 Jan 2025 22:31:09 -0500 Subject: [PATCH] docs: remove /budget --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6f0962ac..01f13dcc 100644 --- a/README.md +++ b/README.md @@ -90,13 +90,12 @@ the startup time of the `tap-escrow-manager`. ## indexer payments -The gateway serves its budget per indexer request, in USD, at `/budget`. Indexers make their prices -available via Agora cost-models. These cost models are served, for each subgraph deployment, by -indexer-service at `/cost`. When selecting indexers, the gateway first executes their cost models -over the indexer request to obtain each indexer's fee. Indexer selection will favor indexers with -lower fees, all else being equal. The gateway has a control system that may pay indexers more than -they request via their cost models in an effort to hit an average of `budget` fees per client query. -Indexer fees are clamped to a maximum of the gateway's budget. +Indexers make their prices available via Agora cost-models. These cost models are served, for each +subgraph deployment, by indexer-service at `/cost`. When selecting indexers, the gateway first +executes their cost models over the indexer request to obtain each indexer's fee. Indexer selection +will favor indexers with lower fees, all else being equal. The gateway has a control system that may +pay indexers more than they request via their cost models in an effort to hit an average fees per +client query. Indexer fees are clamped to a maximum of the gateway's budget. ### TAP