# Smart Contracts

A smart contract is a type of program that runs on a blockchain. It acts like a digital agreement — once the conditions agreed upon by the parties are met, the contract executes automatically.

On Ethereum-based blockchains, including GIWA, smart contracts are written in Solidity. Many decentralized applications (DApps) are built on top of these Solidity-based smart contracts.

Want to build your own application on the blockchain? Get started with the documents below.

{% content-ref url="/pages/OZRyqot34hq5qF30YjXc" %}
[Develop Smart Contracts](/giwa-chain/en/get-started/smart-contract/develop.md)
{% endcontent-ref %}

{% content-ref url="/pages/p2Up8ffGb4MinFyn3Jxp" %}
[Deploy a Token Contract](/giwa-chain/en/get-started/smart-contract/issue-a-token.md)
{% endcontent-ref %}

{% content-ref url="/pages/TN1PBxAUsUiQzRlwajkt" %}
[Develop an OnchainVerifiable Contract](/giwa-chain/en/get-started/smart-contract/onchainverifiable.md)
{% endcontent-ref %}


---

# 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.giwa.io/giwa-chain/en/get-started/smart-contract.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.
