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

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