> For the complete documentation index, see [llms.txt](https://whitepaper.after-bell.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.after-bell.uk/disclaimer.md).

# Disclaimer

Important limitations, risks, and non-reliance statements for AFTERBELL materials.

### Entertainment and informational purpose

AFTERBELL is presented as an entertainment-oriented prediction-market product. This whitepaper is informational. It describes the product architecture, market mechanics, technical design, economic assumptions, risks, and roadmap.

**It is not investment advice.** Nothing in this whitepaper should be interpreted as personalized financial advice or as a recommendation to take any financial position.

{% hint style="warning" %}
Users can lose money. The source places responsibility for financial loss on the user.
{% endhint %}

### Project position and regulatory uncertainty

The project states: **“AFTERBELL is for entertainment. It’s not a security. It’s not a derivative. It’s not investment advice.”**

The project also acknowledges that the regulatory status of prediction markets on securities is unclear in most jurisdictions. These statements express the project’s position while recognizing that regulatory treatment may vary and remains uncertain.

This whitepaper does not provide legal advice or claim that AFTERBELL is legal or illegal in any particular jurisdiction. If a user is unsure whether use is legal where they live, the source advises them not to use the product and to consult a lawyer.

### Loss and oracle risk

Financial loss is possible. AFTERBELL does not promise capital protection, refunds, insurance, guaranteed liquidity, guaranteed execution, or guaranteed settlement.

Market resolution depends on external data. The documented oracle architecture uses the Chainlink Stock Token Feed as the primary source and the Robinhood REST API as a cross-check.

```
Chainlink primary price
        +
Robinhood API cross-check
        ↓
compare values
        ↓
≤5% disagreement → normal resolution
>5% disagreement → market pause → manual resolution
```

If the two sources disagree by more than 5%, the market pauses and manual resolution uses off-chain evidence. The project states that it will attempt to fix an incorrect resolution, but it cannot guarantee perfection.

This verification design reduces single-source dependence. It does not guarantee oracle accuracy or eliminate the possibility of an incorrect market resolution.

### No performance guarantee

AFTERBELL does not guarantee trading volume, liquidity, revenue, market participation, uptime, oracle accuracy, uninterrupted operation, successful roadmap execution, or profitability.

Revenue projections are not proven. Organic liquidity is not guaranteed. Future roadmap targets and planned capabilities are not current facts.

### Development and security status

AFTERBELL is still under development. Smart contracts are not yet audited, and an audit is planned before mainnet.

The absence of a completed audit means the whitepaper does not claim independently validated contract security. A planned audit must not be read as an audit that has already occurred.

### Third-party and infrastructure dependencies

AFTERBELL depends on external infrastructure, including Robinhood Chain, Chainlink price feeds, the Robinhood REST API, and off-chain CLOB infrastructure.

The whitepaper does not guarantee that these systems will always be available or error-free. Their availability and correctness can affect trading, settlement, and resolution.

### No token disclosure

There is currently **no official AFTERBELL token**. AFTERBELL is a product, not a token launch.

Readers should not infer an official ticker, token address, tokenomics, presale, airdrop, staking program, or token-launch timeline.

### Document status

| Document   | Value                       |
| ---------- | --------------------------- |
| Whitepaper | AFTERBELL                   |
| Version    | 0.1                         |
| Date       | September 2026              |
| Status     | Public development document |

The whitepaper may evolve as the project develops and new information becomes available. It does not provide a changelog or make a commitment about future updates.

### Disclaimer summary

| Disclosure           | Current position                      |
| -------------------- | ------------------------------------- |
| Purpose              | Entertainment / informational         |
| Investment advice    | Not provided                          |
| Security             | Project states it is not a security   |
| Derivative           | Project states it is not a derivative |
| Regulatory status    | Unclear in most jurisdictions         |
| Financial loss       | Possible                              |
| Oracle accuracy      | Not guaranteed                        |
| Liquidity            | Not guaranteed                        |
| Revenue projections  | Not proven                            |
| Smart-contract audit | Not yet completed                     |
| AFTERBELL token      | Does not currently exist              |
| Development status   | Under development                     |

{% hint style="warning" %}
This page records the project’s stated position and current limitations. It is not a legal certification, security guarantee, or promise of product performance.
{% endhint %}


---

# 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://whitepaper.after-bell.uk/disclaimer.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.
