> ## Documentation Index
> Fetch the complete documentation index at: https://voltaire.tevm.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# AI-Assisted Coding

> Guidelines for using AI tools when contributing to Voltaire

We welcome and encourage AI-assisted contributions. Using Claude, Copilot, ChatGPT, or other AI tools is perfectly fine.

## Prompt Requirement

**You MUST include your prompts in the PR.**

PRs without prompts will not be accepted under any circumstances unless:

* The change is trivial (typo fix, single-line change)
* You are a known trusted contributor

## Example PR Format

```markdown theme={null}
## AI Prompts Used

### Prompt 1:
"Add validation for RLP encoded data to prevent buffer overflows"

### Prompt 2:
"Write tests for the new validation logic"

## Summary
Adds input validation for RLP decoding. Fixes #123.
```
