# Architecture

The Jasper Vault system is primarily governed by four main contracts:

1. **Issuance Module**: Manages fund flows.
2. **Option Module**: Manages all orders.
3. **Vault Manage Module**: Controls the actions and activities of various vaults.
4. **Option Service Module**: Handles option liquidations.

You may refer to the contract addresses provided below:

Sei EVM:&#x20;

{% embed url="<https://docs.jaspervault.io/~/changes/d6F24Etal8Wf8jH3WpwS/development/deployed-smart-contracts/sei-evm>" %}

Arbitrum:

{% embed url="<https://docs.jaspervault.io/~/changes/d6F24Etal8Wf8jH3WpwS/development/deployed-smart-contracts/arbitrum>" %}


---

# 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.jaspervault.io/development/architecture.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.
