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

# XOOB Model

XOOB introduces a new growth infrastructure for the creator economy.

The platform connects three layers that historically existed separately in Web3 marketing:

* creator influence
* user actions
* on-chain activity

By combining these layers, XOOB enables campaigns to measure not only attention, but also the real impact creators generate for products.

The system operates through three core components:

ImpactShare\
A system that evaluates the influence and contribution of creators within campaigns.

CPA Pool (Cost Per Action)\
A performance-based reward layer that distributes incentives for verified user actions.

On-chain attribution\
A transparent mechanism that connects creator activity with measurable on-chain outcomes.

Together, these components create a unified growth model where:

* creators are rewarded for real contribution
* projects can measure authentic impact
* users become part of verifiable growth loops

This approach transforms creator campaigns from attention-based marketing into measurable product growth infrastructure.


---

# 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.xoob.link/introduction/xoob-model.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.
