# 常见问题 FAQ

## Q: AxBlade 现在能用吗?

A: 仅限 PoC / 测试。chain 391 LIVE 可独立验证。详见 [PoC 状态声明](/about-axblade/poc-status-disclaimer.md)。

## Q: 主网什么时候上?

A: 12-18 个月。详见 [非主网就绪](/legal-and-disclaimers/not-mainnet-ready.md)。

## Q: 跟 zkSync 是什么关系?

A: Fork。详见 [与 zkSync-era 的关系](/about-axblade/relationship-to-zksync-era.md)。

## Q: 跟 OpenAI / Anthropic 的关系?

A: 互补不竞争。AxBlade 是 AI Agent 的"账本"，他们是"模型 API 提供方"。

## Q: Token 什么时候 launch?

A: 主网启动后。当前无 token。

## Q: 怎么贡献?

A: GitHub PR / Issue。或 [Audit firm pitch](/getting-started/for-auditors.md)。

## Q: 怎么 audit?

A: 见 [审计师上手](/getting-started/for-auditors.md) + [审计送审包](/consolidated-resources/audit-prep-package.md)。

## Q: 跟 Hyperliquid / trade.xyz 关系?

A: 无直接关系。本黄皮书结构借鉴了 docs.trade.xyz 的 GitBook 风格，业务方向不同。

## Q: 怎么联系团队?

A: GitHub repo issue (PoC 阶段). 主网后 <security@axblade.io>。


---

# 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://yellowpaper.axblade.io/appendix/faq.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.
