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

# FAQ

#### Is Vigilan the same project as Versus?

Vigilan is the new brand for the broader product direction. The marketplace is Vigilan Market, and the Chrome extension is Vigilan AI. See From Versus to Vigilan.

#### Is Vigilan only for Web3 or DeFi users?

The product direction serves financial-product users more broadly. Current integrations and market inventory still determine available functionality. Brokerage integration is marked Coming Soon.

#### What is the difference between Vigilan AI and Vigilan Market?

Vigilan AI helps you understand risk and explore responses. Vigilan Market is where you can trade available event contracts. An analysis or suggested hedge is not an executed order.

#### Can I trade without installing the extension?

Yes. You can access Vigilan Market directly through the app.

#### Does the extension know my complete portfolio?

Do not assume that it does. Analysis depends on supported page context, available data, and granted permissions. A market-level signal does not necessarily incorporate your holdings on other platforms.

#### Does Vigilan AI automatically trade for me?

The documented extension workflow supports risk analysis and hedge discovery. It is not authorization for discretionary trading. Protected Pools and any other enabled automation operate under their own product rules.

#### Does every risk alert have a corresponding market?

No. A relevant, sufficiently liquid contract may not be available. You can still use the information to reassess the position or investigate another response.

#### Are all brokerage integrations live?

No. The website marks brokerage support as Coming Soon. A platform being named in future coverage does not mean its integration is available in the current extension.

#### Should I always buy Yes to hedge?

No. Buy the outcome that pays in the adverse scenario relevant to your exposure. A market asking whether an asset stays within a range may require No to hedge a range break.

#### Is a hedge an insurance policy?

These docs describe event contracts. Their payouts depend on the market result and your shares, not an assessment of your personal loss. Do not interpret the term protection as a promise to reimburse that loss.

#### Does a winning contract cover my entire loss?

Only its defined payout is due. Your purchase cost, position size, underlying loss, and basis risk determine the net effect. A 1,000 USDT payout is not a 1,000 USDT profit if you paid to acquire the shares.

#### Can I leave a position before resolution?

You can place a sell order while trading is available. An exit depends on liquidity, price, and successful execution.

#### Is the money still in my original wallet after a deposit?

A deposit moves assets into the relevant account or contract structure. Use the account, approval, and transaction details to understand where funds are held and which authorizations govern them.

#### Does a funding or price hedge stop liquidation elsewhere?

No. It does not automatically increase collateral on another platform. A payout can become available after that platform's liquidation process has occurred.

#### Does a Protected Pool eliminate impermanent loss?

No. Its mechanism purchases event positions using a portion of fees. Payouts can offset qualifying risks but do not track or reimburse every LP's actual loss.

#### Is Vigilan Earn available for deposits?

The public Earn page is currently marked Coming Soon and identifies its figures as illustrative. Follow its launch terms when the product becomes available.

#### Do I need to migrate funds because the brand changed?

Do not initiate an asset migration solely because the name changed. Refer to a dedicated official notice for any required account or contract action.


---

# 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://docs.vigilan.market/platform/faq.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.
