bidder
role to run their nodes. The node provides the Bidder API to submit bids to the network and will sign the bid before sending it out. In response, bidders will receive commitments from providers if their bid is accepted. This is a streaming response, and bidders are expected to keep their connection alive until their node receives all relevant commitments.
The Bidder API is also implemented using the gRPC framework, supporting two primary operations:
ReceiveBids
and SendProcessedBids
streams are vital for bid management. By default, this service is disabled and must be enabled via the ProviderAPIEnabled
flag in the config file.
Config Example with Provider API Enabled: