> For the complete documentation index, see [llms.txt](https://custos-org.gitbook.io/custos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://custos-org.gitbook.io/custos/faqs.md).

# FAQs

## Prediction Market

The open and diverse prediction market allows you to transform emotions, opinions, information, attention, and risk exposure into profits.

### How to place a prediction order?

Create an order using either tokens in the rollocker or tokens in your wallet (not in the rollocker). Orders placed with rollocker tokens carry a higher yield weight if you win.

To get started, select *Prediction* from the navigation bar, choose your market, and follow these steps:

**Step 1:** Pick your side

**Step 2:** Select token source and specific tokens allowed for prediction

**Step 3:** Input the number of tokens you want to put in

**Step 4:** Click *Confirm* button and create your order

### Can I cancel the order?

No. Custos does not use an order book.

### Can I place multiple orders?

Yes, each order exists independently, and final returns are calculated on each order.

### Is there any risk of principal erosion?

No. If your prediction is correct, your principle will be fully returned.

### How to claim prediction earnings?

For Price Predictions:

* Settle manually to claim earnings before your next prediction.
* Start the next prediction.The system will auto-claim earnings for you.

For Event Predictions:

* Rewards are automatically distributed to your wallet address upon event settlement.

### What happens if you get earnings from other participants' rollockers?

When your prediction is correct and you earn tokens from other participants’ rollocker, here’s how your rewards are handled.&#x20;

* If you don’t have an active rollocker for that token, you can choose to withdraw your earnings instantly, or rollock the tokens.
* If you already have an active rollocker for that token, your earnings will be automatically added to your existing rollocker. They cannot be withdrawn immediately and will be unlocked together when your current rollocker period ends.

This mechanism keeps all earnings for the same token under a single active rollocker, making reward management simpler and more consistent.

### How to create a market?

Currently, prediction markets are released by the Custos official team.

If you want to create a prediction market for a specific rollocker, you need to submit an application in the Custos Discord community (<https://discord.gg/ShsbA6J9uU>).

## About Rollocker

Rollocker is a composite primitive that turns your token holdings into a dynamic source of yield and strategic engagement. It allows you to earn passive staking rewards while actively participating in prediction.

### How to create a Token Source Rollocker

Currently, the Token Source Rollocker (TSR) is officially launched by Custos.

### How to lock tokens in a Token Source Rollocker

You can select an available TSR on the Rollocker page, click the Rollocker button, and select the number of tokens you want to lock in.

### What is the staking period for rolling lockup? Will it automatically extend after expiration?

The rolling lockup period is 7 calendar days, and the unlock time is T+7\*24H (T is the time when the tokens are deposited).

Extension must be initiated by the user. You can extend your rollocker by:

* **Adding more tokens** before the expiry date.
* **Locking any amount of tokens** after expiry without withdrawal.

### How to claim rollocking rewards？

Rewards are automatically calculated and distributed based on your token weight within the rollocker.

Tokens in the rollocker that are used for prediction are excluded for staking rewards.

### Can assets be withdrawn during the Rolling Lockup period?

No. Assets can be withdrawn after the 7-day lockup cycle expires.


---

# 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://custos-org.gitbook.io/custos/faqs.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.
