# Usecases

- [Storing Encrypted Data on Secret Network](https://docs.scrt.network/secret-network-documentation/confidential-computing-layer/ibc/usecases/storing-encrypted-data-on-secret-network.md): Learn how to use Secret Network as the confidential computation layer of the Cosmos
- [Key-Value store Developer Tutorial](https://docs.scrt.network/secret-network-documentation/confidential-computing-layer/ibc/usecases/storing-encrypted-data-on-secret-network/key-value-store-developer-tutorial.md): Learn how to use Secret Network as the confidential computation layer of the Cosmos with IBC hooks
- [Secret VRF for IBC with IBC-Hooks](https://docs.scrt.network/secret-network-documentation/confidential-computing-layer/ibc/usecases/secret-vrf-for-ibc-with-ibc-hooks.md): Verifiable on-chain random number generator for the entire Cosmos.
- [Confidential Voting](https://docs.scrt.network/secret-network-documentation/confidential-computing-layer/ibc/usecases/confidential-voting.md): A fullstack  tutorial for cross-chain confidential voting on IBC-connected chains.
- [Sealed Bid Auctions](https://docs.scrt.network/secret-network-documentation/confidential-computing-layer/ibc/usecases/sealed-bid-auctions.md): A fullstack tutorial for cross-chain confidential sealed bid auctions on IBC-connected chains.


---

# 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/confidential-computing-layer/ibc/usecases.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.
