> 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/start-here/welcome-to-vigilan.md).

# Welcome to Vigilan

Vigilan helps traders and investors understand the risks behind their positions and find ways to manage them.

Financial products make it easy to take exposure. Understanding that exposure can be harder. A position can be affected by price movements, funding costs, liquidity conditions, collateral requirements, platform incidents, or events outside the platform where it is held.

Vigilan connects risk awareness with practical ways to respond through two products:

| Product            | What it does                                                                                           | Where to start                            |
| ------------------ | ------------------------------------------------------------------------------------------------------ | ----------------------------------------- |
| **Vigilan AI**     | Helps identify relevant risks and discover potential hedges while you use supported financial websites | [vigilan.ai](https://vigilan.ai/)         |
| **Vigilan Market** | Lets participants trade event contracts that pay according to predefined outcomes                      | [vigilan.market](https://vigilan.market/) |

Vigilan AI helps you understand what may affect a position. Vigilan Market provides a place to take a corresponding position when a suitable market is available.

#### Our mission

Make risk management an accessible part of investing.

Our long-term scope includes users of financial products across digital assets and traditional markets. Crypto exchanges and DeFi are the starting point. Expansion into brokerage platforms, stocks, ETFs, and broader portfolio risk is part of the product direction.

Broader scope does not mean every asset, platform, or risk already has coverage. Supported integrations and available markets determine what you can use today.

#### Who Vigilan is for

* Investors who want to understand risks while maintaining an investment position.
* Traders managing price, funding, liquidity, and collateral exposure.
* Liquidity providers and yield participants evaluating risks beyond headline returns.
* Market participants willing to take the other side of a risk event or provide trading liquidity.

#### Two distinct steps

Finding a risk does not create a hedge. A hedge becomes a position only after an order has been executed, or through an enabled automated product under its own rules. A payout then depends on that contract's resolution conditions.


---

# 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/start-here/welcome-to-vigilan.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.
