# Prices

NFTRainbow 从 `2023.1.1` 开始正式商用，收费方式如下:

## 区块链上链费用

### Conflux 树图区块链

树图区块链支持为合约设置上链费用赞助，设置赞助后所有与合约的交互费用将由赞助商承担，通常情况下，赞助费用由 NFT 发行方承担，NFT 持有者可以免费转移 NFT。

Rainbow 对树图`每单位上链费用`定价为 `0.8 元`。

树图链 NFT 铸造消耗量:

| 接口/操作   | 消耗量(KB) |
| ------- | ------- |
| 721 铸造  | 0.6-0.7 |
| 1155 铸造 | 0.8-0.9 |

## Rainbow 服务费用

| 接口/操作 | 单价(元) | 每月免费次数 |
| ----- | ----- | ------ |
| 合约部署  | 5     | 2      |
| 铸造操作  | 0.1   | 50     |
| 其他接口  | 0.001 | 50000  |

## 实例说明

以 721 铸造为例，假设 NFT 发行方需要铸造 1000 个 NFT:

1. 合约部署费用 5 元
2. NFT 铸造费用 (0.6 \* 0.8 + 0.1) \* 1000 = 580 元
3. 其他接口调用费用根据实际情况计算：访问 1000 次，每次 0.001 元，总计 1 元

## FAQs

### 1. 测试网合约部署，NFT铸造收费么？

测试网不收费，免费使用


---

# 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.nftrainbow.xyz/docs/price.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.
