> 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/risks-and-limitations/liquidity-risk.md).

# Liquidity Risk

Covers the risk of limited market depth and difficult trade execution.

### New markets start empty

Liquidity is one of AFTERBELL’s main execution and economic risks. The source is explicit: **“Organic liquidity. New markets start empty.”**

AFTERBELL uses a central limit order book rather than an AMM. In this model, liquidity appears through bids and asks from participants and market-making activity. A market needs participants on both sides for trading to occur.

```
CLOB
  → bids and asks
  → counterparties
  → trade execution
```

An AMM places liquidity in a pool. A CLOB depends on displayed or available orders. This is not a claim that one model is universally better. It explains AFTERBELL’s specific exposure: the CLOB requires actual order flow and market making.

### Cold-start risk

A newly created market may have limited bids, limited asks, limited counterparties, wider spreads, or difficulty executing meaningful trades. These are practical effects of insufficient initial order flow.

```
New market
  → limited organic orders
  → thin order book
  → difficult execution
```

The product loop can be technically available while a market remains difficult to trade. On-chain settlement does not itself create a counterparty. The risk arises at the trading layer, where CLOB matching requires compatible orders.

### Market maker bootstrap

The current response is a market maker bot that places bids and asks to bootstrap initial liquidity:

```
Market maker bot
  → places bids and asks
  → provides initial liquidity
  → incurs operating cost
```

The source estimates this costs **about $500 per market per week**. This is the project’s stated bootstrap estimate, not a universal market-making cost or a guarantee of execution quality.

The source does not specify quote size, spread, inventory model, rebalancing, strategy, or market-making algorithm. The bot should be understood only as the documented initial liquidity support.

### Economic limitation

More markets create more liquidity requirements and potentially more market-making cost:

```
More markets
  → more liquidity requirement
  → more market-making cost
```

This creates an operating constraint. Expanding market count is not only a content or product decision; it also increases the number of markets that may need initial liquidity support. The $500 per market per week figure is the stated estimate for bootstrap cost.

The cost does not guarantee that markets will gain organic liquidity. Market-making support can provide bids and asks, but the source does not claim it guarantees depth, tight spreads, or sustained trading.

### Break-even connection

The source’s break-even model uses:

```
10 markets
× $10,000 daily volume per market
= $100,000 daily volume
```

It projects a net of **about $2,400 per day after costs**. This is a projection, not a promise. The source states: **“If volume is lower, we lose money. If it’s higher, we do well.”**

The model links the liquidity question to the product’s economics. If sufficient order flow does not occur, the cost of supporting markets can exceed the economics implied by the model. The figures do not establish future profitability.

### Low-volume scenario

The source identifies a specific validation threshold: if volume remains below **$10K per market per day after 30 days**, the product is not working.

Potential responses named by the source are:

* Reduce the number of markets.
* Increase subsidies.
* Pivot.

These are possible responses, not a guarantee that the liquidity problem can be solved. The source does not define how market count would be reduced, how subsidies would change, or what a pivot would involve.

### Liquidity is not TVL

TVL and trading liquidity are related but different concepts. The Phase 1 roadmap targets **$100K TVL**, but TVL alone does not guarantee active order flow, tight spreads, counterparties, or execution depth.

```
TVL ≠ active trading liquidity
```

A market can have stated capital or liquidity targets while still needing bids and asks at the time a participant wants to trade. For a CLOB, the immediate trading experience depends on available order-book activity.

### Risk table

| Liquidity risk     | Cause                              | Potential impact        | Current response                             |
| ------------------ | ---------------------------------- | ----------------------- | -------------------------------------------- |
| Empty new markets  | No initial organic order flow      | Difficult execution     | Market maker bootstrap                       |
| Low trading volume | Insufficient participant activity  | Revenue below model     | Reduce markets, increase subsidies, or pivot |
| Market-making cost | Liquidity requires operating spend | Higher operating cost   | Budgeted bootstrap model                     |
| Thin order book    | Limited bids and asks              | Worse execution quality | Market-making support                        |

The responses do not eliminate the risks. They identify the current bootstrap mechanism and potential low-activity responses described by the source.

### What is not guaranteed

Organic liquidity is not guaranteed. Revenue projections are not proven. Market-making costs are real operating costs, and higher TVL does not automatically guarantee active trading.

If activity is insufficient, the project may need to adjust market count or subsidies, or pivot, as the source states. There is no documented liquidity guarantee, volume guarantee, spread guarantee, or market-maker performance guarantee.

### Current status and conclusion

AFTERBELL is still being developed. Smart contracts are not yet audited, and an audit is planned before mainnet. The project is documented in whitepaper **v0.1, September 2026**.

AFTERBELL does not currently have a token. It is a product, not a token launch.

Liquidity is one of the main execution and economic risks of AFTERBELL. New markets begin empty, and the current plan is to bootstrap them with a market maker bot. The economics remain dependent on actual trading activity.

{% hint style="warning" %}
The stated bootstrap and break-even figures are planning inputs. They do not guarantee organic liquidity, volume, or revenue.
{% 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/risks-and-limitations/liquidity-risk.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.
