> For the complete documentation index, see [llms.txt](https://docs.onre.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onre.finance/legal/compliance.md).

# Compliance

### SOC 2 Type II Certification

OnRe has achieved SOC 2 Type II certification for the OnRe Finance System across the Security, Availability, and Confidentiality Trust Services Criteria.

The examination was conducted by [BARR Advisory](https://www.barradvisory.com/), confirming that controls meet standards established by the American Institute of Certified Public Accountants (AICPA) and operate effectively over time. This framework requires controls spanning both traditional insurance operations and digital asset infrastructure.

#### Scope of Examination

The SOC 2 Type II examination evaluated the operational framework across five areas:

{% stepper %}
{% step %}
**Access Controls and Identity Management**

* Multi-factor authentication
* Role-based access controls
* Semiannual access reviews
  {% endstep %}

{% step %}
**Change Management and Software Development**

* Branch protection
* Mandatory peer review
* Automated vulnerability scanning
  {% endstep %}

{% step %}
**Data Protection and Cryptography**

* AES-256 encryption at rest
* TLS 1.2+ encryption in transit
  {% endstep %}

{% step %}
**Infrastructure Resilience and Business Continuity**

* Multi-availability zone architecture
* Daily automated backups
  {% endstep %}

{% step %}
**Risk Management and Vendor Oversight**

* Monthly internal risk assessments
* Annual third-party vendor reviews
  {% endstep %}
  {% endstepper %}

#### Implications

SOC 2 Type II certification provides independent assurance that operational controls meet defined standards. Controls apply to the handling of digital assets from contribution through collateralization and redemption, as well as to the protection of underwriting data, pricing models, and claims information.

#### Report Access

To request a copy of our SOC 2 Type II report, or to discuss onchain reinsurance capacity or investment opportunities, reach out at [info@onre.finance](https://info@onre.finance/).


---

# 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://docs.onre.finance/legal/compliance.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.
