> 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/faq.md).

# FAQ

### How is ImpactShare calculated?

ImpactShare evaluates creator contribution within a campaign by analyzing multiple engagement and influence signals.

The system considers factors such as:

* engagement quality and interaction patterns
* content contribution and originality
* audience influence and network effects
* cross-platform activity

The goal of ImpactShare is not to measure raw reach, but to identify creators whose content generates meaningful engagement and campaign impact.

To preserve the integrity of the system, the exact weighting of signals is not publicly disclosed.

### Can creators join multiple campaigns?

Yes.

Creators can participate in multiple campaigns simultaneously, as long as their content remains relevant to each campaign and follows the participation requirements defined by the project.

ImpactShare evaluates creator contribution within each campaign independently.

### How are CPA rewards distributed?

CPA rewards are distributed when a verified user action can be attributed to a creator’s influence.

These rewards are paid directly to the creator’s wallet from the CPA Pool allocated for the campaign.

CPA rewards function as an additional performance-based incentive on top of ImpactShare rewards.

### Do creators need NFTs to participate in campaigns?

No.

Holding XOOB Genesis NFTs is not required to participate in campaigns.

However, Genesis NFT holders receive an ImpactShare boost, which increases their reward accumulation during campaign participation.

### What happens if I violate platform rules?

Creators are responsible for following the rules and policies of the platforms where they publish content.

XOOB does not control or enforce moderation policies on external platforms such as X (Twitter), Telegram, or other social networks.

Each platform has its own content guidelines and community standards. Creators are expected to comply with these rules when participating in campaigns.

XOOB is not responsible for any actions taken by external platforms, including content removal, account restrictions, or suspensions.


---

# 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/faq.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.
