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

# List Rules

> Public alert-rule registry. Drives the Methodology page and supports
/R-### permalinks for verifiability ('this fired because of rule R-008').



## OpenAPI

````yaml https://api.yieldo.xyz/openapi.json get /v1/intel/rules
openapi: 3.1.0
info:
  title: Yieldo API
  description: Cross-chain deposit aggregator for ERC-4626 and custom yield vaults
  version: 1.0.0
servers:
  - url: https://api.yieldo.xyz
    description: Production
security: []
paths:
  /v1/intel/rules:
    get:
      tags:
        - intel
      summary: List Rules
      description: >-
        Public alert-rule registry. Drives the Methodology page and supports

        /R-### permalinks for verifiability ('this fired because of rule
        R-008').
      operationId: list_rules_v1_intel_rules_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````