> For the complete documentation index, see [llms.txt](https://documentation.nekomancer.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nekomancer.fun/readme.md).

# Nekomancer

![](/files/MlY7mYs5QQDEnLzqYJeX)

**On-chain prediction markets. No middlemen. No trust required.**

Nekomancer is a permissionless prediction market protocol deployed on Monad. You bet on outcomes. The blockchain settles everything.

***

## What is this?

A prediction market where you buy shares in outcomes. If you're right, you win. If you're wrong, you lose. Simple.

* **Crypto** — BTC above $100k by EOY?
* **Sports** — Lakers win the championship?
* **Politics** — Who wins the next election?
* **Pop Culture** — Will the movie break box office records?

Every market has YES and NO shares. Prices move based on demand. When the event resolves, winning shares pay out $1 each. Losers get nothing.

***

## Key Numbers

| Parameter          | Value            |
| ------------------ | ---------------- |
| Platform Fee       | 2% per trade     |
| Initial Pool       | 50 USDC per side |
| Proposal Bond      | 5 USDC           |
| Challenge Bond     | 10 USDC          |
| Challenge Window   | 24 hours         |
| Resolution Timeout | 7 days           |

***

## Quick Links

* [Quickstart](/getting-started/quickstart.md)
* [How Markets Work](/markets/how-it-works.md)
* [Smart Contract](/technical/contract.md)
* [FAQ](/resources/faq.md)

***

## $MANCER Token

All platform fees (2% per trade) go to **buyback and burn** of $MANCER.

More volume → more burns → less supply → increased scarcity.

**After Launch:** $MANCER will become the native prediction currency. Bet with $MANCER instead of USDC.

[Learn more about tokenomics →](/usdmancer-token/tokenomics.md)

***

## Community

* Website: [nekomancer.fun](https://www.nekomancer.fun/markets)
* Twitter: [@nekomancerhq](https://x.com/nekomancerhq)
* Telegram: [@nekomancerHQ](https://t.me/nekomancerHQ)

***

## Contract

```
0xB55bf66Ba4eE488Cedb5EE49bfe4Edaf2F54b022
```

Network: Monad Mainnet (Chain ID: 143)


---

# 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://documentation.nekomancer.fun/readme.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.
