> For the complete documentation index, see [llms.txt](https://learn.trovemarkets.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.trovemarkets.com/misc/faq.md).

# FAQ

<details>

<summary>How does the oracle prevent price manipulation?</summary>

The oracle blends external real-world sales with internal trading activity, with strict weighting caps and deviation limits. Funding makes manipulation costly, and TWAP filters remove abnormal or self-referential data.

</details>

<details>

<summary>Why use a blended oracle instead of a single data feed?</summary>

Collectibles trade across fragmented venues.\
A blended oracle ensures:

* External validation (reality check)
* Internal responsiveness (real-time pricing)
* Stability through weighting and smoothing models

This structure makes Trove’s pricing both credible and reactive.

</details>

<details>

<summary>Why are markets cash-settled?</summary>

Physical collectibles introduce logistics, custody, and authenticity challenges.\
By keeping trades cash-settled in stablecoins, Trove can:

* Offer instant settlement
* Maintain continuous liquidity
* Eliminate friction from physical delivery

</details>

<details>

<summary>How is risk managed in volatile periods?</summary>

* Dynamic leverage adjusts automatically during volatility.
* OI caps scale with liquidity depth.
* Funding rates self-correct extremes.
* Insurance layers protect against tail events.

Trove’s design prioritizes safety without compromising liquidity.

</details>

<details>

<summary>Can physical collectibles be used as collateral?</summary>

Physical integrations are on the roadmap. Future versions may allow graded cards as collateral via third-party custodians — fully separated from perps, and with documented custody verification.

</details>

<details>

<summary>What are Trove Points and how do they relate to $TROVE?</summary>

Points are part of Trove’s user incentive system, rewarding active participation.\
They may contribute to future airdrops or reward programs, but they are not tradable assets. $TROVE is the protocol token used for emissions, staking, and governance.

</details>

<details>

<summary>How can I verify oracle data or funding rates?</summary>

Trove publishes a Transparency Dashboard where traders can:

* View live oracle inputs
* View index, makeup

Transparency is a design principle — not an afterthought.

</details>


---

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

```
GET https://learn.trovemarkets.com/misc/faq.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.
