# Integration Point

**OP Mainnet and OP Sepolia Testnet:** Deployment environments for the platform.

**Contracts:**

* **OP Contract:** For votes and delegates data.
* **Gov Contract:** For governance participation data.
* **EAS Contract:** To issue new attestation and retrieve existing attestation data.
* **Alligator Contract:** For partial delegation information.
* **EAS Schema Registry:** To register new schema for OP Passport.
* **Account Factory:** To create new Smart Accounts for holding OP Passports and acting as the identity layer for each user.

**Governance Database:** Integration for reliable data attestation and verification of governance activities.

<br>


---

# 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.oppassport.xyz/system-framework/integration-point.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.
