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

# Information Seekers

### Information Seekers <a href="#fi682hj4h71" id="fi682hj4h71"></a>

Information seekers want to estimate the likelihood of some events or convince others that their estimations are accurate. Here are some examples.

Paying to get some information:

* A state actor wants to assess the possible future behaviours of other state actors, such as how likely they are to declare war on them in order to adjust their defence budget.
* People interested in life extension drugs \[10] want to know the likelihood that some particular drug would increase the lifespan of people taking it. This can be done with a market estimating the average lifespan of people taking and not taking the drugs. Note that there needs to be an ongoing study about it.
* A company wants to build on an island and wants to evaluate the risks that it would suffer from natural disasters.
* A company wants to know which party will likely be in power in the following years in order to determine in which country they should put their headquarters.
* A journalist wants to determine how likely a powerful state would reveal the existence of aliens in order to use this information in his articles.
* A production company wants to estimate the revenue they would get if they produce a particular movie.
* A Bitcoin holder wants to know if Bitcoin will suffer from an attack after a halving reduces the miner rewards.

Paying to convince others:

* There is currently a debate about the cost/benefit of surgery for teenagers suffering from gender dysphoria. A significant proportion of both “pro” and “anti” early surgery believes that their stance is the objective one and that the stance of the other side is based in ideology. A market on the long term (like 10 years) regret rate of teenagers undergoing surgeries would help them convince the general public whether or not early surgery should be performed.\
  Note that here both groups believe they know the answer to the question and would want to convince others.
* An anti nuclear activist group wants people to know the likelihood of a nuclear power plant exploding in order to alert the public opinion.
* An Ethereum community member wants to show that directing a portion of the block reward to a development DAO (instead of giving all of it to stakers) would be unlikely to reduce ETH value.
* A cryptocurrency enthusiast wants to convince the world that the US dollar will enter into hyperinflation \[25].

Initially information seekers would be able to get some information at no cost thanks to token incentives (they’d just need to convince the governance that their questions are interesting). But if they want to get better quality information (and after the token incentives dry up), they can also subsidise markets themselves.


---

# 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://seer-2.gitbook.io/seer/seer-solution/information-seekers.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.
