# 스마트 컨트랙트

스마트 컨트랙트(Smart Contract)는 블록체인(Blockchain) 위에서 동작하는 일종의 프로그램이에요. 스마트 컨트랙트는 블록체인 상에서 전자 계약서 형태로 구현되며, 계약 당사자들끼리 합의한 조건이 충족되면 자동으로 실행(Self-Execution)되도록 설계되어 있어요.

GIWA를 포함해 이더리움(Ethereum) 계열 블록체인에서는 이 스마트 컨트랙트를 솔리디티(Solidity)라는 언어로 작성해요. 디앱(Decentralized Application, 이하 DApp)도 솔리디티로 구현된 스마트 컨트랙트를 기반으로 만들어졌죠.

블록체인 위에서 자신만의 애플리케이션(App)을 만들고 싶으신가요? 아래 문서와 함께 시작해 보세요.

{% content-ref url="/pages/OZRyqot34hq5qF30YjXc" %}
[스마트 컨트랙트 개발하기](/~/revisions/OLyGINhoRDE3c7G3x91e/get-started/smart-contract/develop.md)
{% endcontent-ref %}

{% content-ref url="/pages/p2Up8ffGb4MinFyn3Jxp" %}
[토큰 컨트랙트 발행하기](/~/revisions/OLyGINhoRDE3c7G3x91e/get-started/smart-contract/issue-a-token.md)
{% endcontent-ref %}

{% content-ref url="/pages/TN1PBxAUsUiQzRlwajkt" %}
[OnchainVerifiable 컨트랙트 개발하기](/~/revisions/OLyGINhoRDE3c7G3x91e/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/~/revisions/OLyGINhoRDE3c7G3x91e/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.
