# INTRODUCTION

- [Secret Network Introduction](https://docs.scrt.network/secret-network-documentation/introduction/readme.md)
- [Secret Network Techstack](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack.md)
- [Private transactions - A quick summary](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/consensus-for-secret-transactions.md)
- [Blockchain Technology](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/blockchain-technology.md)
- [Cosmos Basics](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/blockchain-technology/cosmos-basics.md)
- [Tendermint](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/blockchain-technology/tendermint.md)
- [Cosmos SDK](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/blockchain-technology/cosmos-sdk.md)
- [IBC](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/blockchain-technology/ibc.md)
- [CosmWasm](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/blockchain-technology/cosmwasm.md): An introduction to CosmWasm
- [Privacy Technology](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/privacy-technology.md)
- [Encryption - Key Management](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/encryption-key-management.md): An extensive discussion of Secret Network's cryptography
- [Overview](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/encryption-key-management/overview.md)
- [Key Derivation & Encryption Techniques](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/encryption-key-management/key-derivation-and-encryption-techniques.md)
- [The Initialization Of Secret Network](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/encryption-key-management/bootstrap-process.md)
- [Full Node Boostrap](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/encryption-key-management/full-node-boostrap.md)
- [Contract State Encryption](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/encryption-key-management/contract-state-encryption.md)
- [Transaction Encryption](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/encryption-key-management/transaction-encryption.md)
- [Consensus seed rotation](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/encryption-key-management/consensus-seed-rotation.md)
- [Trusted Execution Environments  (TEE) —  Intel SGX](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/intel-sgx.md)
- [How Secret Network Uses SGX](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/intel-sgx/overview.md)
- [SGX-SPS Security & Reliabillity](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/intel-sgx/why-sgx.md)
- [Remote Attestation](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/intel-sgx/remote-attestation.md)
- [Trusted & Untrusted Core](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/intel-sgx/trusted-core.md): More info coming soon
- [Sealing](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/intel-sgx/sealing.md)
- [Private smart contracts - overview](https://docs.scrt.network/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/private-computation-and-consensus-flow.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.scrt.network/secret-network-documentation/introduction.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.
