# 简介

**数字工厂** 是将现实世界的商品、服务等有价物，使用区块链技术数字化为可自由交易的区块链数字凭证的系统。同时也为商家提供了丰富的商业运营和管理功能。

{% hint style="info" %}
数字工厂地址：[https://matrix.stringon.com](https://matrix.stringon.com/)
{% endhint %}

什么是区块链？**区块链**（英语：blockchain 或 block chain）是借由密码学串接并保护内容的串连文字记录（又称区块）。每一个区块包含了前一个区块的加密散列、相应时间戳记以及交易资料，这样的设计使得区块内容具有难以篡改的特性。用区块链技术所串接的分布式账本能让两方有效纪录交易，且可永久查验此交易。 [注：摘自维基百科](https://zh.wikipedia.org/wiki/%E5%8C%BA%E5%9D%97%E9%93%BE)

简单来说，区块链是个账本，数据一旦被记录就能确保真实，并不可篡改。

这个账本不仅仅记录简单的数据，也可以保存和执行应用和程序，这类应用和程序叫做智能合约。通过智能合约和可信的数据可以实现各种复杂的业务。

> 更多关于区块链的知识，可参考第三方的资料 1. [火星财经区块链专栏](https://www.huoxing24.com/learning/) 2. [百度搜索区块链](https://www.baidu.com/s?wd=%E5%8C%BA%E5%9D%97%E9%93%BE)

什么又是 **数字凭证** 呢？数字凭证是区块链上的一些特定的智能合约，它具有多种属性以及能力，能够在数字世界表达各类价值物。数字凭证就成为这些价值物在数字世界的价值替身。

通过 **数字工厂**，可以生产出现实世界商品和服务的价值替身——数字凭证，这些数字凭证就可以借由数字网络实现价值的安全快捷转移和交换，通过更多不同功能的智能合约，还可以实现自动化、智能化的交易。

数字工厂现已经提供了 3 类数字凭证，分别如下：

1. [实物商品类（提货券）](/c3/c3-1.md)
2. [虚拟商品类（票卡）](/c3/c3-2.md)
3. [防伪码（一物一码）](/c3/c3-3.md)


---

# 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://help-matrix.stringon.com/master.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.
