# Smart Contracts

Tonomy enables **seamless signing and execution of smart contract transactions** directly from your app, powered by **Tonomy Blockchain**, which is built on the **Antelope protocol** (used by EOS, Telos, WAX, etc.).

**Developers use C++ to write Tonomy smart contracts**. These contracts are deployed to the **Tonomy Blockchain**, and users sign transactions via the **Tonomy ID wallet** using their **app-scoped keys**.

### Why Use Tonomy Smart Contracts?

* **Frictionless transactions**: Enable **gasless 1-click transactions** for users.
* **Multi-Factor Authentication (Optional)**: Secure high-value operations.
* **Trustless Execution**: User signatures are **non-repudiable** and tied to **app permissions**.

### Smart Contracts on Tonomy Blockchain (Antelope Protocol)

Tonomy Blockchain is built on the **Antelope protocol**, a high-performance, modular and upgradeable blockchain protocol framework designed for speed, scalability, and low latency.

Key properties:

* **0.5s block times** and **15,000+ transactions per second (TPS)**.
* **C++ smart contracts** for maximum performance and flexibility.
* **Permission system** that allows **apps to sign on behalf of users**.

Learn more about the **Antelope protocol**: [Antelope Protocol Documentation](https://docs.antelope.io/docs/latest/protocol/)


---

# 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.tonomy.io/build-web4-apps/usage/smart-contracts.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.
