{
  "@context": [
    "https://schema.org",
    "https://jairoamaya.co/posicion-cero-context"
  ],
  "@id": "https://jairoamaya.co/.well-known/posicion-cero.json",
  "@type": [
    "CreativeWork",
    "DefinedTerm",
    "TechArticle"
  ],
  "name": "Protocolo Posición Cero™",
  "alternateName": "Posición Cero Protocol",
  "description": "Protocolo de arquitectura de entidades para la economía de agentes. Define la capacidad de inferencia y ejecución de una entidad mediante una lógica multiplicativa entre IPP™, Soberanía Semántica y WebMCP.",
  "version": "1.4",
  "inLanguage": "es",
  "creator": {
    "@type": "Person",
    "name": "Jairo Amaya",
    "url": "https://jairoamaya.co"
  },
  "publisher": {
    "@type": "Organization",
    "name": "Jairo Amaya",
    "url": "https://jairoamaya.co"
  },
  "dateCreated": "2026-03-01",
  "dateModified": "2026-03-30",
  "url": "https://jairoamaya.co/posicion-cero-protocolo",
  "about": [
    "Semantic SEO",
    "Entity Architecture",
    "AI Agents",
    "WebMCP",
    "Semantic Sovereignty"
  ],
  "keywords": [
    "Posición Cero",
    "IPP",
    "Soberanía Semántica",
    "WebMCP",
    "AI Readiness",
    "Entity Engineering"
  ],
  "logic_engine": {
    "type": "multiplicative",
    "equation": "Accion_Agentica = IPP * S * WRS",
    "output_type": "float",
    "range": [
      0.0,
      1.0
    ],
    "null_conditions": {
      "IPP": "INVALID",
      "S": "NON_INFERRABLE",
      "WRS": "NON_EXECUTABLE"
    }
  },
  "layers": {
    "C0": {
      "name": "Arquitectura Verbal",
      "metric": "IPP",
      "formula": "(AF * 0.40) + (BE * 0.35) + (SG * 0.25)",
      "variables": [
        "AF",
        "BE",
        "SG"
      ]
    },
    "C1": {
      "name": "Inferencia Semántica",
      "metric": "S",
      "formula": "IPP * Cs * M",
      "variables": [
        "IPP",
        "Cs",
        "M"
      ]
    },
    "C2": {
      "name": "Ejecución Agéntica",
      "metric": "WRS",
      "formula": "(I * 0.50) + (Sm * 0.20) + (A * 0.20) + (Se * 0.10)",
      "variables": [
        "I",
        "Sm",
        "A",
        "Se"
      ],
      "semantic_components": [
        "Schema.org",
        "llms.txt",
        "ai-instructions.md"
      ]
    }
  },
  "orchestrator": {
    "name": "Gap Analyzer",
    "role": "state_transition_engine",
    "input": [
      "IPP",
      "S",
      "WRS"
    ],
    "output": [
      "gaps",
      "priority_actions"
    ]
  },
  "agent_output_contract": {
    "type": "object",
    "required": [
      "system_state",
      "global_score",
      "scores"
    ],
    "properties": {
      "system_state": {
        "type": "string",
        "enum": [
          "VALID",
          "NON_INFERRABLE",
          "NON_EXECUTABLE",
          "INVALID"
        ]
      },
      "global_score": {
        "type": "number"
      },
      "scores": {
        "type": "object",
        "properties": {
          "IPP": {
            "type": "number"
          },
          "S": {
            "type": "number"
          },
          "WRS": {
            "type": "number"
          }
        }
      },
      "gaps": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "priority_actions": {
        "type": "array",
        "items": {
          "type": "string"
        }
      }
    }
  },
  "entry_points": {
    "ai_instructions": "https://jairoamaya.co/.well-known/ai-instructions.md",
    "llms_context": "https://jairoamaya.co/llms.txt",
    "api_base": "https://jairoamaya.co/wp-json/",
    "protocol_page": "https://jairoamaya.co/posicion-cero-protocolo",
    "eval": "https://jairoamaya.co/.well-known/posicion-cero-eval.php?target=self&name=Jairo"
  },
  "system_runtime": {
    "status": "ACTIVE",
    "mode": "DETERMINISTIC",
    "execution_ready": true,
    "verified_at": "2026-03-30",
    "eval_endpoint": "https://jairoamaya.co/.well-known/posicion-cero-eval.php"
  }
}