# TECHNICAL DESCRIPTION

- [Setup](https://hinkal-team.gitbook.io/hinkal/technical-description/setup.md)
- [Cryptographic Primitives](https://hinkal-team.gitbook.io/hinkal/technical-description/setup/cryptographic-primitives.md)
- [Key Derivation & Stealth Addresses](https://hinkal-team.gitbook.io/hinkal/technical-description/setup/key-derivation-and-stealth-addresses.md)
- [UTXOs, Commitments & Nullifiers](https://hinkal-team.gitbook.io/hinkal/technical-description/setup/utxos-commitments-and-nullifiers.md)
- [Merkle Trees](https://hinkal-team.gitbook.io/hinkal/technical-description/setup/merkle-trees.md): Merkle Tree and Removable Merkle Tree Implementations
- [Circuits](https://hinkal-team.gitbook.io/hinkal/technical-description/circuits.md)
- [EVM Circuit](https://hinkal-team.gitbook.io/hinkal/technical-description/circuits/swapper-m.md)
- [Solana Circuit](https://hinkal-team.gitbook.io/hinkal/technical-description/circuits/solana-circuit.md)
- [EVM Smart Contracts](https://hinkal-team.gitbook.io/hinkal/technical-description/evm-smart-contracts.md)
- [Hinkal](https://hinkal-team.gitbook.io/hinkal/technical-description/evm-smart-contracts/hinkal.md)
- [HinkalBase](https://hinkal-team.gitbook.io/hinkal/technical-description/evm-smart-contracts/hinkalbase.md)
- [HinkalInLogic](https://hinkal-team.gitbook.io/hinkal/technical-description/evm-smart-contracts/hinkalinlogic.md)
- [HinkalHelper](https://hinkal-team.gitbook.io/hinkal/technical-description/evm-smart-contracts/hinkalhelper.md)
- [ExternalActionSwap](https://hinkal-team.gitbook.io/hinkal/technical-description/evm-smart-contracts/externalactionswap.md)
- [Emporium](https://hinkal-team.gitbook.io/hinkal/technical-description/evm-smart-contracts/emporium.md)
- [Hinkal Wallet](https://hinkal-team.gitbook.io/hinkal/technical-description/evm-smart-contracts/hinkal-wallet.md)
- [Hinkal Pools and External Actions](https://hinkal-team.gitbook.io/hinkal/technical-description/evm-smart-contracts/hinkal-pools-and-external-actions.md)
- [Interest Accruing Tokens and Accounting](https://hinkal-team.gitbook.io/hinkal/technical-description/evm-smart-contracts/interest-accruing-tokens-and-accounting.md)
- [Unexpected Relay Costs Accounting - Stealth Addresses](https://hinkal-team.gitbook.io/hinkal/technical-description/evm-smart-contracts/unexpected-relay-costs-accounting-stealth-addresses.md)
- [Extensibility with Hooks](https://hinkal-team.gitbook.io/hinkal/technical-description/evm-smart-contracts/extensibility-with-hooks.md)
- [Solana Program](https://hinkal-team.gitbook.io/hinkal/technical-description/solana-program.md)
- [Program Logic](https://hinkal-team.gitbook.io/hinkal/technical-description/solana-program/program-logic.md): Hinkal Protocol — Solana Program Overview
- [Program & State](https://hinkal-team.gitbook.io/hinkal/technical-description/solana-program/program-and-state.md)
- [Proof Pipeline](https://hinkal-team.gitbook.io/hinkal/technical-description/solana-program/proof-pipeline.md)
- [Instructions](https://hinkal-team.gitbook.io/hinkal/technical-description/solana-program/instructions.md)
- [Typical Flow](https://hinkal-team.gitbook.io/hinkal/technical-description/solana-program/typical-flow.md)
- [Events & Errors](https://hinkal-team.gitbook.io/hinkal/technical-description/solana-program/events-and-errors.md)
- [Security audits](https://hinkal-team.gitbook.io/hinkal/technical-description/security-audits.md)
- [Compliance](https://hinkal-team.gitbook.io/hinkal/technical-description/compliance.md): Pro-active measures to prevent illicit usage
- [Access Tokens and User Authentication](https://hinkal-team.gitbook.io/hinkal/technical-description/compliance/access-tokens-and-user-authentication.md)
- [Transactions](https://hinkal-team.gitbook.io/hinkal/technical-description/transactions.md)
- [Deposits & Withdrawals](https://hinkal-team.gitbook.io/hinkal/technical-description/transactions/deposits-and-withdrawals.md)
- [Swaps](https://hinkal-team.gitbook.io/hinkal/technical-description/transactions/swaps.md)
- [Staking & Yield Farming/Trading](https://hinkal-team.gitbook.io/hinkal/technical-description/transactions/staking-and-yield-farming-trading.md)
- [Transfers](https://hinkal-team.gitbook.io/hinkal/technical-description/transactions/transfers.md)
- [Staking and hTokens](https://hinkal-team.gitbook.io/hinkal/technical-description/staking-and-htokens.md)
- [Risks](https://hinkal-team.gitbook.io/hinkal/technical-description/risks.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://hinkal-team.gitbook.io/hinkal/technical-description.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.
