Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Describe potential reasons to search market
Browse files Browse the repository at this point in the history
nieznanysprawiciel committed Oct 9, 2024
1 parent 434b466 commit ec10118
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch-snapshot/arch.md
Original file line number Diff line number Diff line change
@@ -311,6 +311,20 @@ blockchain. This confirmation specifies which Activities and Agreements are cove
multiple Activities or Agreements, while each Activity or Agreement may also be covered by multiple transactions.

### Searching on market

Providers or Requestors on Golem don’t always aim to buy or sell resources. Sometimes, they simply want to observe the market.
There are several possible reasons for this:
- Checking which resources are available on the network
- Estimating potential computation costs
- Gathering insights to better adjust negotiation strategies
- Collecting statistics about the network

The approach to observing the market is similar to the methods described in the chapters on buying and selling resources.
An agent specifies their Offer or Demand using a property and constraints specification language.
The key difference is that they are not required to negotiate with other agents, nor must they provide all necessary
information in their Offer or Demand. This is a more lightweight approach compared to going through the full negotiation
process.

### Buying on golem platform
### Running something

0 comments on commit ec10118

Please sign in to comment.