# Smart Contract

스마트 컨트랙트(Smart Contract)는 블록체인에서 실행되는 자동화된 계약입니다. 메타디움의 스마트 컨트랙트는 코드로 작성되어 블록체인 네트워크에 배포되고, 조건이 충족되면 자동으로 실행되는 프로그램을 제공합니다.

이더리움과 동일한 스마트 컨트랙트 환경을 제공하며, 특정 조건이 충족되면 자동으로 실행됩니다. 이를 통해 중개자나 중앙 기관 없이 계약이 이행될 수 있습니다. 또한 블록체인 네트워크 상에서 분산된 노드들에 의해 실행되며, 결과는 블록체인 상에 기록됩니다.

메타디움 블록체인에서 실행되는 스마트 컨트랙트는 이더리움 기반의 솔리디티 언어로 구현되어, 튜링완전 형태의 컴퓨터 언어인 솔리디티를 사용하며, 이는 자바스크립트와 거의 유사한 문법을 가지고 있기 때문에 구현하고자 하는 비즈니스 로직의 제약이 거의 없고 높은 자유도를 갖는 프로그래밍이 가능합니다.


---

# 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.metadium.com/ko/metadium-info/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.
