# Technical Stuff

We have carefully studied multiple prediction market algorithms below:\
\
[Logarithmic Market Scoring Rule](http://mason.gmu.edu/~rhanson/mktscore.pdf), invented by Robin Hanson, required a manually set liquidity parameter.\
\
[Dynamic Parimutuel betting](https://dl.acm.org/doi/10.1145/988772.988799), has proven to be unfair to early players because the payout is determined at the end of the event.\
\
[Constant function market make](https://en.wikipedia.org/wiki/Constant_function_market_maker)r, used by Uniswap and Polymarket, but the liquidity providers will inevitably lose money. Polymarket has recently decided to move away from its AMM.\
\
Existing Automated Market Maker (AMM) algorithms aim to mitigate financial losses for market operators. Therefore, there are always some flaws in each algorithm.\
\
WOC Street invented a modified algorithm and will continue to iterate based on user feedback. \
\
To maintain the stability of the market, a dynamic trading fee is also imposed. This fee helps to avoid inflation and arbitrage at the end of the event.

[Cultivatelabs](https://www.cultivatelabs.com/crowdsourced-forecasting-guide) provide an ultimate guide to the prediction market if you are interested.\ <br>


---

# Agent Instructions: 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:

```
GET https://about.wocstreet.com/prediction-game-deprecated/technical-stuff.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
