# Smart Contracts

#### Smart Contracts

Lither chain has support for turing-complete languages through the EVM which makes it easy for the developers to create blockchain applications.  The scripts written in a Turing-complete language are automatically executed in case a predefined event occurs. The Smart contract would run on the EVM on each and every node in the Lither chain network making it censorship resistant.

Lither chain smart contracts are written in Sollidity though other languages like Viper and LLL are supported. Solidity is a high-level language that gets run on the EVM after being translated to bytecode, a low-level language that the EVM understands.

Instead of using Solidity, Lither chain also supports writing the whole contract in low-level assembly language using opcode. Though, assembly language is far more complex and difficult to write and maintain.

Smart contracts in Lither chain permit trusted transactions and agreements to be carried out among disparate, anonymous parties without the need for a central authority, legal system, or external enforcement mechanism. They render transactions traceable, transparent, and irreversible.


---

# 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://lither.gitbook.io/lither-whitepaper/blockchain-internals/smart-contracts.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.
