# Green Proofs for Electrical Vehicles

The Green Proofs for EVs (GP4EV) system plays a crucial role in ensuring that electric vehicle (EV) charging is green by managing and verifying green certificates for each charging session. All the data sent to workers in this process originates from the Green Proofs application, which transforms this data into operations like issuing, transferring, or retiring certificates.

<figure><img src="https://4257445316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fnf3YeoQlQerc93GsC2Me%2Fuploads%2Ffvn9Y64OggbkR214l0qg%2FGP4EV.jpg?alt=media&#x26;token=fc537f3a-f8d0-4f64-b3c4-d05cdf01dcdd" alt=""><figcaption><p>GP4EV overview</p></figcaption></figure>

When the system receives a charging session request, GP4EV converts it into an appropriate operation, such as retiring a specific number of green certificates (e.g., retiring 10 units to reflect a green charge). This operation is then sent to workers through a distribution proxy. Each worker, instead of verifying the charging session directly, checks whether the certificate-related operation, like the retirement of green certificates, is valid based on the previous information they received.

For example, if a certificate with a volume of 100 units is issued, workers are informed of this, but only through a pseudonymized ID. When a charging session leads to the need to retire 10 units, the workers vote on whether this retirement is possible, ensuring the operation aligns with the current state of the system. This decentralization of knowledge allows for consistent state verification without any worker having access to the full scope of data, promoting security and efficiency in managing green EV charging.


---

# 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://docs-launchpad.energyweb.org/energy-solutions/green-proofs-by-energy-web/use-cases-and-reference-implementations/green-proofs-for-electrical-vehicles.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.
