> For the complete documentation index, see [llms.txt](https://circular-protocol.gitbook.io/circular-developer-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://circular-protocol.gitbook.io/circular-developer-docs/smart-contracts-on-circular/smart-contracts-hyper-code.md).

# Smart Contracts (Hyper Code)

Hyper-Code (HC) in Circular Protocol is a specialized smart contract language designed to emphasize security, compliance, and formal verification to ensure high standards of safety and reliability. \
\
With built-in safeguards against attacks, HC allows developers to build decentralized applications that manage and transfer sensitive assets efficiently while adhering to regulatory requirements. This architecture provides both flexibility and protection, empowering enterprises to use blockchain technology confidently in highly regulated sectors.

## :book: Learn More

***

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Why Hyper Code? -></strong></td><td>Learn why Circular uses the Hyper Code language.</td><td></td></tr><tr><td><strong>Create Package -></strong></td><td>Learn how to create a Hyper Code package.</td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

## :man\_technologist: Hyper Code Examples

***

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://circular-protocol.gitbook.io/circular-developer-docs/smart-contracts-on-circular/smart-contracts-hyper-code.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.
