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

# Why PLSpeak

{% hint style="success" %} <mark style="color:green;">**Quality of comment**</mark>

Users would be given a badge showing the side they wagered and the size of their market shares(Whale, Shark, turtle, etc…). When an economic value is tied to their opinions, the credibility and quality of the comments could be visualized more clearly, and the general quality of comments would increase dramatically as well. Also, ownership of the user’s own opinion is also secured.
{% endhint %}

{% hint style="success" %} <mark style="color:green;">**Freedom of speech**</mark>&#x20;

Polling in prediction markets brings up the controversy between 2 or more sides of opinions. Volume and interaction come with controversy and help to scale up our social platform, creating reinforcement feedback in the two systems. By collecting the market fee from the information market protocol and more social platform features add-on, we can generate revenue for supporting the operation of our social platform. Having a self-sustained source of revenue, we will be free from the censorship of user’s content in the fear of losing revenue from Ad.
{% endhint %}

{% hint style="success" %} <mark style="color:green;">**Informative Value**</mark>\
Putting your money in the voting, the market would show the most genuine information about a topic. Our platform enables us to filter out meaningless information easily and find the truth directly.
{% endhint %}

{% hint style="success" %} <mark style="color:green;">**Efficiency**</mark>&#x20;

Lower gas fee, higher transaction speed with high level of security are enabled on PulseChain.
{% 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://plspeak.gitbook.io/plspeak/why-plspeak.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.
