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

# Smart Contract

![](/files/-Mj31NrNk_NtQnHMPFY0)

* **Ticker:** LDX
* **Nama:** Litedex
* **Contract Address:** [0x8286387174B8667AE5222306A27e9ab5189b503b](https://bscscan.com/token/0x8286387174B8667AE5222306A27e9ab5189b503b)
* **Network:** Binance Smart Chain (BEP20)&#x20;

Smart contract hanyalah program yang disimpan di blockchain yang berjalan ketika kondisi yang telah ditentukan terpenuhi. Mereka biasanya digunakan untuk mengotomatisasi pelaksanaan kesepakatan sehingga semua peserta dapat segera yakin akan hasilnya, tanpa keterlibatan perantara atau kehilangan waktu. Mereka juga dapat mengotomatiskan alur kerja, memicu tindakan berikutnya saat kondisi terpenuhi.

## Main contract

Tautan berikut akan membawa Anda ke setiap halaman pemindai blok untuk smart contract utama Litedex di jaringan testnet.

**Rinkeby**

* [Litedex: Main Farming Contract/LitedexFarmer](https://rinkeby.etherscan.io/address/0x22e57e66865f75c2e79d45aaeff9afd7c57c98ff#code)
* [Litedex: Main Staking Pool/LitedexSP](https://rinkeby.etherscan.io/address/0xc5c6a872b0ef7bbdeb42d95745c4b19ce3a2814c)
* [Litedex: Factory Contract](https://rinkeby.etherscan.io/address/0x154719241ed12011c0a722ca5226ee2099a82d38#code)
* [Litedex: Router Contract](https://rinkeby.etherscan.io/address/0xb05a6b43020f67784275b2ce3be6c34c7d564c04#code)
* [Litedex: Pair Contract (LDX-ETH)](https://rinkeby.etherscan.io/address/0xa71ea99abb7a34956da9fb35f96ca9d8b21fd5f5#code)

**BSC Mainnet**

Saat ini Smart Contract sedang diaudit oleh CertiK


---

# 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.litedex.io/indonesia/sumber-daya-tambahan/token-and-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.
