> For the complete documentation index, see [llms.txt](https://docs.giwa.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.giwa.io/get-started/smart-contract.md).

# 스마트 컨트랙트

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

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

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

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

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

{% content-ref url="/pages/TN1PBxAUsUiQzRlwajkt" %}
[OnchainVerifiable 컨트랙트 개발하기](/get-started/smart-contract/onchainverifiable.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.giwa.io/get-started/smart-contract.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
