# Smart Contract Overview

Developers have the choice of two languages for writing smart contracts:

[Solidity](https://solidity.readthedocs.io/)

> The flagship language of Ethereum, and most popular language for smart contracts.

LISP Like Language (LLL)

> A low level language, Serpent provides a superset of LLL. There's not a great deal of information for working with LLL, the following blog [/var/log/syrinx](http://blog.syrinx.net/) and associated [lll-resurrected GitHub](https://github.com/zigguratt/lll-resurrected) repository is a good place to start.

In order to deploy a smart contract onto the Ethereum blockchain, it must first be compiled into a bytecode format, then use [conflux-Abigen](https://confluxnetwork.gitbook.io/go-conflux-sdk/cfxabigen) to create contract binding for deploying and invoking with contract

## Examples

Please refer to [conflux-abigen-example](https://github.com/conflux-fans/conflux-abigen-example)


---

# 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://confluxnetwork.gitbook.io/go-conflux-sdk/smart-contracts/smart_contracts_overview.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.
