> For the complete documentation index, see [llms.txt](https://team-race.gitbook.io/race-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://team-race.gitbook.io/race-protocol/race-research.md).

# RACE RESEARCH

- [No-Code Development](https://team-race.gitbook.io/race-protocol/race-research/no-code-development.md): RACE Protocol x Construct 3 Addon for No-Code Cross-Platform Client Application Development
- [Brainstorming](https://team-race.gitbook.io/race-protocol/race-research/no-code-development/brainstorming.md)
- [Implementation Approach](https://team-race.gitbook.io/race-protocol/race-research/no-code-development/implementation-approach.md)
- [Project Status](https://team-race.gitbook.io/race-protocol/race-research/no-code-development/project-status.md): This section overviews current status of no code web3 app editor implementation
- [Zero-Knowledge Proofs](https://team-race.gitbook.io/race-protocol/race-research/zero-knowledge-proofs.md)
- [Brainstorming](https://team-race.gitbook.io/race-protocol/race-research/zero-knowledge-proofs/brainstorming.md): Ideas for Integrating 01js (by 01labs) with Race Protocol
- [Integration steps](https://team-race.gitbook.io/race-protocol/race-research/zero-knowledge-proofs/integration-steps.md): This section further researches specific steps, benefits and challenges for the brainstormed ideas
- [Verifiable Randomness Generation](https://team-race.gitbook.io/race-protocol/race-research/zero-knowledge-proofs/integration-steps/verifiable-randomness-generation.md): This section further researches specific steps, benefits and challenges for the brainstormed ideas
- [Private Game State Updates](https://team-race.gitbook.io/race-protocol/race-research/zero-knowledge-proofs/integration-steps/private-game-state-updates.md): This section further researches specific steps, benefits and challenges for the brainstormed ideas
- [Verifiable Settlements](https://team-race.gitbook.io/race-protocol/race-research/zero-knowledge-proofs/integration-steps/verifiable-settlements.md): This section further researches specific steps, benefits and challenges for the brainstormed ideas
- [Private Player Actions](https://team-race.gitbook.io/race-protocol/race-research/zero-knowledge-proofs/integration-steps/private-player-actions.md): This section further researches specific steps, benefits and challenges for the brainstormed ideas
- [Project Status](https://team-race.gitbook.io/race-protocol/race-research/zero-knowledge-proofs/project-status.md): This section overviews current status of this current direction
- [Security Audit Report](https://team-race.gitbook.io/race-protocol/race-research/security-audit-report.md)
- [Executive summary](https://team-race.gitbook.io/race-protocol/race-research/security-audit-report/executive-summary.md)
- [Introduction to Race Protocol](https://team-race.gitbook.io/race-protocol/race-research/security-audit-report/executive-summary/introduction-to-race-protocol.md)
- [Audit Methodology](https://team-race.gitbook.io/race-protocol/race-research/security-audit-report/executive-summary/audit-methodology.md)
- [Findings](https://team-race.gitbook.io/race-protocol/race-research/security-audit-report/findings.md)
- [Smart Contract Security](https://team-race.gitbook.io/race-protocol/race-research/security-audit-report/findings/smart-contract-security.md)
- [WebAssembly Security](https://team-race.gitbook.io/race-protocol/race-research/security-audit-report/findings/webassembly-security.md)
- [Client-side Security (Race SDK)](https://team-race.gitbook.io/race-protocol/race-research/security-audit-report/findings/client-side-security-race-sdk.md)
- [Server-side Security](https://team-race.gitbook.io/race-protocol/race-research/security-audit-report/findings/server-side-security.md)
- [Randomization and Encryption](https://team-race.gitbook.io/race-protocol/race-research/security-audit-report/findings/randomization-and-encryption.md)
- [On-chain Account Management](https://team-race.gitbook.io/race-protocol/race-research/security-audit-report/findings/on-chain-account-management.md)
- [Synchronization Mechanisms](https://team-race.gitbook.io/race-protocol/race-research/security-audit-report/findings/synchronization-mechanisms.md)
- [Payment Handling](https://team-race.gitbook.io/race-protocol/race-research/security-audit-report/findings/payment-handling.md)
- [Recommendations](https://team-race.gitbook.io/race-protocol/race-research/security-audit-report/recommendations.md)
- [Conclusion](https://team-race.gitbook.io/race-protocol/race-research/security-audit-report/conclusion.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://team-race.gitbook.io/race-protocol/race-research.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
