# Protocol

### Objectives

Lithium Finance is set out to deliver several key desired outcomes:

* **Genuine and Decentralized:**\
  Estimation of market pricing based on large sample size of market participants (rather than valuation based on small number of insider).<br>
* **Fair and Secure:**\
  Pricing estimates will be safeguarded from manipulation and external attacks.<br>
* **Reward Accuracy:**\
  Price Experts will primarily be rewarded based on precision of their pricing estimates.<br>
* **Reward Reputation:**\
  Price Experts that produce accurate price estimates consistently will be further rewarded with increased reputation score and greater influence over pricing output.<br>
* **Encourage Participation by New Users:**\
  New pricing providers will not be disincentivized from participating. Although new users do not command high reputation or market influence initially, the Lithium Protocol is an inclusive system that embraces both new and existing price providers.

### Design

Given these objectives, the Lithium protocol design is premised on the following key elements:

* [Two Currencies](/lithium-finance/protocol/two-currencies.md) \
  Separate economics and reputation tokens are developed to handle compensation and signal reputation.<br>
* [Two Currencies](/lithium-finance/protocol/two-currencies.md#staking-limits)**:** \
  Thresholds and relative limits in economics and reputation token staking designed to ensure protocol integrity and prevent bad actors.<br>
* [Pricing Mechanism](/lithium-finance/protocol/pricing-mechanism.md#two-way-pricing-estimates)**:** \
  Nobel Prize Laureates Prof. Daniel Kahneman and Prof. Richard Thaler pointed out that people assign a different value to buying and selling; especially for assets that are held for use or not traded infrequently. The Lithium protocol assists Price Experts to consider pricing thoroughly by requesting estimates in a two-way bid and ask format.<br>
* [Pricing Mechanism](/lithium-finance/protocol/pricing-mechanism.md#clearing-mechanism)**:**\
  All submissions are aggregated to produce a hypothetical order book weighted by staked reputation tokens. The hypothetical order book will be cleared by the Market Clearing Mechanism to produce an indicative market-clearing price. <br>
* [Reward Mechanism](/lithium-finance/protocol/reward-mechanism.md)**:**\
  The protocol incentivizes accurate estimation of market sentiment or the mean of what other Price Experts are estimating. Our Reward Mechanism compensates Price Experts primarily based on the precision level of their pricing estimate inputs (as measured by proximity to the mean bid or ask estimate among all other inputs). Price Experts are not rewarded based on output market-clearing price to prevent mis-incentives.


---

# 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://docs-25.gitbook.io/lithium-finance/protocol.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.
