# development

- [Release-Notes](https://docs.jaspervault.io/development/release-notes.md)
- [Architecture](https://docs.jaspervault.io/development/architecture.md)
- [Option Orders Issuance and Exercise](https://docs.jaspervault.io/development/architecture/option-orders-issuance-and-exercise.md)
- [EVM Scenario](https://docs.jaspervault.io/development/architecture/option-orders-issuance-and-exercise/evm-scenario.md)
- [BTC Scenario](https://docs.jaspervault.io/development/architecture/option-orders-issuance-and-exercise/btc-scenario.md)
- [Option Offering and Buying Flow](https://docs.jaspervault.io/development/architecture/option-offering-and-buying-flow.md)
- [Trade Settlement](https://docs.jaspervault.io/development/architecture/trade-settlement.md)
- [Oracle - Pyth](https://docs.jaspervault.io/development/architecture/oracle-pyth.md)
- [Building Blocks](https://docs.jaspervault.io/development/building-blocks.md): Learn more about the underlying protocols
- [Account Abstraction (EVM)](https://docs.jaspervault.io/development/building-blocks/account-abstraction-evm.md): Learn about the key concepts of Account-Abstraction as implemented in JapserVault
- [Program Derived Addresses (Solana)](https://docs.jaspervault.io/development/building-blocks/program-derived-addresses-solana.md)
- [Jasper Chain (BTC)](https://docs.jaspervault.io/development/building-blocks/jasper-chain-btc.md)
- [Deployed Smart Contracts](https://docs.jaspervault.io/development/deployed-smart-contracts.md)
- [Arbitrum](https://docs.jaspervault.io/development/deployed-smart-contracts/arbitrum.md)
- [BASE](https://docs.jaspervault.io/development/deployed-smart-contracts/base.md)
- [Bitlayer](https://docs.jaspervault.io/development/deployed-smart-contracts/bitlayer.md)
- [Sei EVM](https://docs.jaspervault.io/development/deployed-smart-contracts/sei-evm.md)
- [JasperVault SDK](https://docs.jaspervault.io/development/jaspervault-sdk.md)
- [Overview](https://docs.jaspervault.io/development/jaspervault-sdk/overview.md)
- [Vault Management](https://docs.jaspervault.io/development/jaspervault-sdk/vault-management.md)
- [Option Trading](https://docs.jaspervault.io/development/jaspervault-sdk/option-trading.md)
- [Order Process and Signature Steps](https://docs.jaspervault.io/development/order-process-and-signature-steps.md)


---

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