# 内置合约介绍

Conflux 引入了一些内嵌的合约，以便更好的进行系统维护及链上治理。目前Conflux含有三种内置合约：`AdminControl` 合约，`SponsorWhitelistControl` 合约以及 `Staking` 合约。

更多关于内置合约的信息:

* Conflux 内置合约功能详细介绍： [Conflux 内置合约功能介绍](https://forum.conflux.fun/t/conflux/11946)
* Conflux的存储抵押机制： <https://forum.conflux.fun/t/conflux/11947>
* 新项目如何高效启动？Conflux 代付机制了解一下： <https://forum.conflux.fun/t/conflux/11948>
* Conflux 中的代付机制详解： <https://forum.conflux.fun/t/conflux/11949>
* 为合约设置 Sponsor：<https://forum.conflux.fun/t/sponsor/13014>

&#x20;

**注意: 如果使用上述范例工程 NFT 2.0 的合约，初学者建议将合约文件夹中的node\_modules/@confluxfans/contracts/InternalContracts/InternalContractsHandler.sol 文件中的25，26行注释掉，如下图:**

![](/files/AhdSebveba7aCAeslrPg)


---

# 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://conflux-technical-support.gitbook.io/conflux-nft-kai-fa-zhi-nan/step-3-bian-xie-nft-he-yue/nei-zhi-he-yue-jie-shao.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.
