# 种子的生命周期

<img src="/files/ACLmeZm3CXd1rI0TMGBa" alt="" class="gitbook-drawing">

任何已经注册并完成验证的用户，均可以发布种子。发布种子后，种子状态无论是否在候选中，发布人就可以在种子详情页中下载种子文件，开始做种。

如果没有免候选权限，则种子会进入候选状态，此时除发布人外，其他用户可以对其发起投票，支持数达到一定数量时，就可以生效(上架)，此外管理员也可以直接审核通过。具体投票规则请查看候选详情页说明。

生效后，种子便可以被其他用户下载。生效后的若干小时内，种子的做种数必须大于1，可以是发布人做种，也可以是其他人辅种。如果满足此条件，发布人会在若干小时后获得奖励积分，否则扣除积分。

生效的种子也可以被发布人发起请求删除、被其他用户举报、被管理员评估。如须删除，管理员会禁用种子、删除种子，删除时会视情况决定是否扣除发布奖励积分。具体规则可在发种页查看。

生效种子发布超过一定时间且无人做种时，也会被系统主动删除，此时的删除将不会扣除发布人奖励积分，也不会有处罚。

被禁用的种子，在申诉或管理员评估后，也可以被重新生效。


---

# 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://wiki1.yemapt.org/torrent/lifecycle.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.
