# Aggregator

The Aggregator keeps a unique set of market IDs across multiple Tellers and Auctioneers.&#x20;

Additionally, it aggregates market data from multiple Auctioneers in convenient view functions. The main idea is that the Aggregator is a single point for information within the system about available markets.&#x20;

This contract can therefore be used by users, front-ends, and other contracts to find and obtain information about any market. &#x20;

<figure><img src="/files/MXtWoJV4foNlqjOUa9CZ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dev.bondprotocol.finance/smart-contracts/bond-system/aggregator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
