# 参考文献 References

## 标准 / 协议

* [EU AI Act (Regulation (EU) 2024/1689)](https://eur-lex.europa.eu/eli/reg/2024/1689/oj)
* [NIST AI RMF 1.0](https://www.nist.gov/itl/ai-risk-management-framework)
* [中国生成式 AI 服务管理办法 (2023)](http://www.cac.gov.cn/2023-07/13/c_1690898327029107.htm)
* [W3C DID Core](https://www.w3.org/TR/did-core/)
* [W3C Verifiable Credentials](https://www.w3.org/TR/vc-data-model/)
* [ERC-8004 draft](https://eips.ethereum.org/EIPS/eip-8004)
* [EIP-191 Signed Data](https://eips.ethereum.org/EIPS/eip-191)
* [EIP-712 Typed Structured Data](https://eips.ethereum.org/EIPS/eip-712)
* [EIP-2535 Diamond](https://eips.ethereum.org/EIPS/eip-2535)
* [EIP-4626 Tokenized Vault](https://eips.ethereum.org/EIPS/eip-4626)

## 工具 / 库

* [zksync-era](https://github.com/matter-labs/zksync-era)
* [foundry-zksync](https://github.com/matter-labs/foundry-zksync)
* [OpenZeppelin Contracts v5.6.1](https://github.com/OpenZeppelin/openzeppelin-contracts)
* [snarkjs](https://github.com/iden3/snarkjs)
* [Circom](https://github.com/iden3/circom)
* [EZKL](https://github.com/zkonduit/ezkl)
* [OPA Rego](https://www.openpolicyagent.org/)
* [alloy-rs](https://github.com/alloy-rs/alloy)
* [viem](https://viem.sh)

## 业内对比

* [Hyperliquid + trade.xyz docs](https://docs.trade.xyz)
* [zkSync Era docs](https://docs.zksync.io)
* [Polygon zkEVM docs](https://docs.polygon.technology/zkevm)

## 内部文档

* [白皮书 v0.3](https://github.com/leeleeEcho/babyDriver_Layer2/blob/main/docs/whitepaper/白皮书_中文v0.3.md)
* [主网就绪度评估](https://github.com/leeleeEcho/babyDriver_Layer2/blob/main/docs/guides/mainnet-readiness-assessment-2026-05-07.md)
* [9 audit prep docs](/consolidated-resources/audit-prep-package.md)
* [26+ devlog Q2 2026](https://github.com/leeleeEcho/babyDriver_Layer2/tree/main/docs/devlog/2026-Q2)


---

# 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/references.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.
