# The technology

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.

**Learn more about the Secret Network technology by exploring our** [**Website**](https://scrt.network/about/about-secret-network/)**.**

**Dive in deep by exploring our detailed documentation of the Secret Network technology stack:**

* [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 Smart contracts](/secret-network-documentation/introduction/secret-network-techstack/privacy-technology/private-computation-and-consensus-flow.md)

**Reading not your thing? Do not worry, our Secret technology basics video series got you covered.**

### Blockchain 101

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

### The Cosmos SDK, Tendermint and IBC

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

### Privacy technology of Secret Network

{% embed url="<https://www.youtube.com/watch?index=4&list=PLL1JDiTNCUAW_jGFyBjOFAzzTw3zKb3TM&v=SZkDLPxj2-c>" %}

### The life of your Private Smart Contract transaction

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


---

# 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/overview-ecosystem-and-technology/secret-network-overview/the-technology.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.
