Three interconnected layers — NAP Protocol, GEO Gateway, and FraudAI Shield — form the infrastructure that makes your business verifiable, visible, and protected across every AI engine.
NAP Protocol transforms raw business data into cryptographically signed, AI-readable truth — consumed by every major LLM crawler in real time.
NAP (Name, Address, Phone) data is parsed from your existing CRM, website, and third-party sources into a canonical JSON-LD schema. Every field normalized, every conflict resolved automatically.
JSON-LD / Schema.orgEach NAP record is signed with an Ed25519 key anchored to your verified domain. LLMs and AI engines that support verifiable credentials can independently confirm data authenticity without calling our API.
Ed25519 · Verifiable CredentialsChanges to your hours, locations, or services propagate to 9 AI crawler endpoints within minutes — not weeks. No manual submissions. No stale data in ChatGPT or Perplexity answers.
Real-time · 9 AI CrawlersConnect CatyAI to your CRM, POS, e-commerce platform, or booking system. The platform continuously reads from your source of truth and pushes verified data to AI endpoints.
<span class="c">// POST /v1/nap/sync</span>
{
<span class="k">"business_id"</span>: <span class="s">"biz_4x8f..."</span>,
<span class="k">"nap"</span>: {
<span class="k">"name"</span>: <span class="s">"Acme Clinic SRL"</span>,
<span class="k">"address"</span>: <span class="s">"Str. Victoriei 12"</span>,
<span class="k">"phone"</span>: <span class="s">"+40 21 300 0000"</span>
},
<span class="k">"hours"</span>: { <span class="k">"mon-fri"</span>: <span class="s">"08:00-20:00"</span> },
<span class="k">"push_to"</span>: [
<span class="s">"gptbot"</span>, <span class="s">"claudebot"</span>,
<span class="s">"perplexitybot"</span>, <span class="s">"gemini"</span>
]
}
<span class="c">// Response</span>
{
<span class="k">"status"</span>: <span class="s">"synced"</span>,
<span class="k">"crawlers_notified"</span>: <span class="n">9</span>,
<span class="k">"signature"</span>: <span class="s">"ed25519:a3f9..."</span>,
<span class="k">"propagation_eta_ms"</span>: <span class="n">340</span>
}AI-generated phishing attacks are doubling every quarter. FraudAI Shield monitors brand impersonation, fake business listings, and AI-synthesized fraud in real time.
Full API reference, integration guides, and architecture diagrams.