# Smart Aspect

Smart Contracts defined Web3’s first leap—bringing programmable logic on-chain. Smart Aspects represent the next leap, weaving on-chain and off-chain code through AOP (Aspect Oriented Programming). While smart contracts execute only on-chain, Smart Aspects integrate AI reasoning, planning, and computation off-chain, with results verifiable back on-chain. This innovation is equally fundamental: in Web3 AI it fills the missing piece of trustworthy AI computation, extending the “world computer” into a true “world intelligence.”

<figure><img src="/files/WZeMspmJfn3M06zLeMfU" alt=""><figcaption></figcaption></figure>

Smart Aspect weaves on-chain trust with off-chain intelligence. Through the AOP Runtime, blockchain transactions can dynamically invoke external AI reasoning, planning, and tool adapters while preserving verifiability on-chain. Off-chain advice—such as AI inference, 3D rendering, or world synchronization—flows seamlessly into smart contracts via the AOP Proxy and Advice Registry. This integration transforms the blockchain from a passive “world computer” into an active “world intelligence.”

<figure><img src="/files/P30ksD41pU6I1eMRaEao" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://hyperdust-foundation.gitbook.io/hyperagi-docs/how-it-works/smart-aspect.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.
