> 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/core-concepts/on-chain-attribution.md).

# On-chain Attribution

On-chain Attribution is XOOB’s verification and transparency layer.

It connects creator influence to measurable outcomes by associating campaign-driven user actions with creators, then making this data auditable.

### Why attribution matters

In most marketing systems, attribution is:

* opaque
* unverifiable
* controlled by centralized analytics

XOOB is built on a different approach:

campaign impact should be measurable, public, and verifiable.

### What attribution does inside XOOB

Attribution provides the technical bridge between:

* creator activity (social layer)
* user actions (product layer)
* blockchain records (verification layer)

This enables the platform to answer questions like:

* which creators drive on-chain growth
* which actions were generated by campaigns
* how much value and retention those actions create over time

### Transparency as infrastructure

XOOB records influence and results on XOOB Chain, allowing campaign performance to be inspected and audited.

This is how XOOB turns creator campaigns into infrastructure-level growth systems - where metrics cannot be faked and results cannot be hidden.


---

# 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/core-concepts/on-chain-attribution.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.
