# Turbo

Turbo is a powerful smart contract interface that enables developers to seamlessly integrate Storage Proofs into their applications. By abstracting away the complexities involved in generating and verifying Storage Proofs, Turbo provides a user-friendly way to access and utilize blockchain data across different chains.

## Key Features

* **Simple Integration:** Turbo significantly simplifies the process of incorporating Storage Proofs into smart contracts, making it accessible to developers of all skill levels.
* **Cross-Chain Data Access:** Enables smart contracts to access current and historical data located on other chains.
* **Synchronous Transactions:** From an end-user perspective, Turbo offers synchronous transactions, eliminating the need for additional steps after sending a transaction.

### Benefits for Developers

* **Focus on Core Logic:** Developers can concentrate on their application's core functionality without worrying about the intricacies of Storage Proofs workflow.
* **Enhanced Functionality:** Enables the creation of data-rich applications with access to historical and cross-chain data.
* **Simplified User Experience:** End-users interact with Turbo-enabled contracts as easily as using a specialized RPC.

### Getting Started

To interact with Turbo, developers can utilize specialized RPCs that abstract away the complexities of working with Storage Proofs. These RPCs provide a user-friendly interface for submitting Turbo transactions and retrieving necessary data.

For more detailed information on implementation and best practices, please refer to our API documentation and developer guides.


---

# 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.storageproofs.com/solutions/turbo.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.
