File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
packages/subgraph-service/contracts Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,11 @@ contract SubgraphService is
258
258
* For indexing rewards, see {AllocationManager-_collectIndexingRewards} for more details.
259
259
* For indexing fees, see {SubgraphService-_collectIndexingFees} for more details.
260
260
*
261
+ * Note that collecting any type of payment will require locking provisioned stake as collateral for a period of time.
262
+ * All types of payment share the same pool of provisioned stake however they each have separate accounting:
263
+ * - Indexing rewards can make full use of the available stake
264
+ * - Query and indexing fees share the pool, combined they can also make full use of the available stake
265
+ *
261
266
* @param indexer The address of the indexer
262
267
* @param paymentType The type of payment to collect as defined in {IGraphPayments}
263
268
* @param data Encoded data:
You can’t perform that action at this time.
0 commit comments