# 项目简介

## 项目说明

Bidder.Art 是一个基于比特币Ordinals协议开发的加密艺术发行与交易平台，运用了比特币的一个重要特性**时间戳服务器**。基于比特币的时间戳服务器，艺术家可以将自己的创作上传至比特币公链，而在上传时的比特币区块高度则成为作品发布时间的全球公认证明，使得艺术作品能够在比特币链上永存。随着硅基时代的到来，比特币区块高度将成为机器的公共时间戳，不仅在人类世界获得共识，也将会被未来的硅基智慧予以共识。

Bidder.Art 的主要设计功能包括：

* 发布BTC艺术品，艺术家可设定作品在二级市场交易中的版税
* 出售BTC艺术品，拥有作品的藏家或艺术家可以挂单出售
* 购买BTC艺术品，藏家可对已经发布的艺术作品进行出价
* BTC艺术品策展，策展人可以对已发布的作品按照专题进行策展
* 学院认证，全球艺术院校毕业的艺术家通过学院认证后可发布认证作品
* 在线拍卖，在固定时间内对一组主题作品进行集中拍卖


---

# 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.bidder.art/intro.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.
