> For the complete documentation index, see [llms.txt](https://oap.gitbook.io/the-open-ads-protocol-litepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oap.gitbook.io/the-open-ads-protocol-litepaper/the-oap-token.md).

# The OAP Token

At the core of the Open Ads Protocol (OAP), the OAP token provides an important value-add to the growth of the protocol and ecosystem. Functioning as the ecosystem's core incentive system, it facilitates transactions, rewards participation, and promotes a unified and efficient operation.

The OAP token fulfills several key roles:

1. Medium for Ad Space Bidding and Payments: It streamlines transactions within the network, allowing advertisers to bid for ad spaces transparently and publishers to receive payment for hosting ads, thereby simplifying the transaction process and enhancing efficiency.
2. Incentive for Validators: OAP tokens reward validators who maintain the integrity of the advertising network on the BASE blockchain. Validators stake and receive OAP tokens for their services, ensuring a secure, transparent, and reliable ad verification process.
3. Simplification for Advertisers: Advertisers have the option to use OAP tokens to participate in an open bidding process for ad spaces, fostering transparency and competitive fairness.
4. Revenue for Publishers: Publishers have the option to receive OAP tokens as payment, creating a consistent and transparent revenue model that supports the growth of the web3 gaming ecosystem.
5. Incentive for Ecosystem Builders: Developers integrating the OAP token within their applications can incentivize participation and contribution to the ecosystem, fostering growth and innovation.
6. User Engagement and Rewards: Users interacting with ads can earn OAP tokens, incentivizing engagement and contributing to an active ecosystem.

By capitalizing on blockchain's inherent security and transparency, the OAP token ensures all transactions are secure, transparent, and immutable, reinventing traditional advertising models towards a more balanced, efficient, and user-centric approach.


---

# 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://oap.gitbook.io/the-open-ads-protocol-litepaper/the-oap-token.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.
