# Secret Network Techstack

Secret Network is built with the Cosmos SDK and the Tendermint consensus engine. Secret Network provides a platform for scalable, private permissionless smart contracts which can connect to the interchain.

Secret Network leverages novel key management techniques, encryption schemes, and Trusted Execution Environment (TEE) technology to bring encrypted input, output, and state to the blockchain.

The decentralized network of computers that host Secret Network come to a consensus (delegated Proof-of-Stake — Byzantine Fault Tolerance) without ever obtaining access to the data they process. Users can use “viewing keys” to view their sensitive data or enable third parties to do the same.

Secret brings privacy to the Interchain by leveraging CosmWasm IBC compatible smart contracts and IBC native token bridging.\
\
In this Section we dive into all of these elements of the techstack.

* Steps Of A Private Transactions - overview
* [Blockchain technology](/secret-network-documentation/introduction/secret-network-techstack/blockchain-technology.md)
  * [CosmWasm Smart contracts](/secret-network-documentation/introduction/secret-network-techstack/blockchain-technology/cosmwasm.md)
  * [Inter-Blokchain Communication (IBC)](/secret-network-documentation/introduction/secret-network-techstack/blockchain-technology/ibc.md)
  * [Cosmos SDK](/secret-network-documentation/introduction/secret-network-techstack/blockchain-technology/cosmos-sdk.md)
  * [Tendermint Consensus](/secret-network-documentation/introduction/secret-network-techstack/blockchain-technology/tendermint.md)
  * [Cosmos introduction](/secret-network-documentation/introduction/secret-network-techstack/blockchain-technology/cosmos-basics.md)
* [Privacy technology](/secret-network-documentation/introduction/secret-network-techstack/privacy-technology.md)
  * [Encryption - Key Management](/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/encryption-key-management.md)
  * [Trusted Execution Environments (TEE) - Intel SGX](/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/intel-sgx.md)
  * [Access Control](/secret-network-documentation/development/development-concepts/secret-contract-fundamentals/access-control.md)
  * [Private Computation & Consensus Flow](/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/private-computation-and-consensus-flow.md)

For a video introduction to the Secret techstack you can watch this playlist:

{% embed url="<https://www.youtube.com/watch?index=2&list=PLL1JDiTNCUAW_jGFyBjOFAzzTw3zKb3TM&v=Slh_QeQCvKk>" %}


---

# 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/secret-network-techstack.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.
