> For the complete documentation index, see [llms.txt](https://docs.cros.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cros.world/advertising-ecosystem-today.md).

# Advertising Ecosystem Today

The existing digital advertising model such as pay-per-click or pay-per-action, is inefficient for the publisher, advertiser and the consumer as it involves several intermediaries between the brand and the consumers. This is true for programmatic advertising also which relies on process of buying and selling ads with software and publishing those ads contextually based on complex algorithms. Mechanisms such as real-time bidding and direct deals are used within programmatic advertising but rely on publisher and demand partner to have an established contractual relationship with one another.

<figure><img src="/files/s44b1KDpUvKWDHVitMJm" alt=""><figcaption><p>Digital advertising value chain</p></figcaption></figure>

Such centralized solutions work at the expense of operability with other systems, transparency and standardization. This makes the whole value chain susceptible to fraudulent activities mediated by bots, content farms and the like resulting in breakdown of trust.

Cros is being built on the premise that a decentralized advertising infrastructure can be built on blockchain primitives unlocking value for content **creators**, **developers**, **publishers , advertisers** and **consumers** thereby pushing the boundaries of brand engagement and advertising in games and virtual worlds.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cros.world/advertising-ecosystem-today.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
