{% extends "public/base.html" %} {% block title %}{{ t('about.page_title') if t else 'About — AgenticTrade' }}{% endblock %} {% block meta_description %}{{ t('about.meta_desc') if t else 'AgenticTrade is built by JudyAI Lab. We\'re building the infrastructure for agent-to-agent commerce — where AI agents discover, call, and pay for API services autonomously.' }}{% endblock %} {% block og_title %}{{ t('about.page_title') if t else 'About — AgenticTrade' }}{% endblock %} {% block og_description %}{{ t('about.meta_desc') if t else 'AgenticTrade: the API marketplace built for AI agents. Built by JudyAI Lab.' }}{% endblock %} {% block tw_title %}About — AgenticTrade{% endblock %} {% block tw_description %}AgenticTrade: the API marketplace built for AI agents. Built by JudyAI Lab.{% endblock %} {% block json_ld %} {% endblock %} {% block extra_css %} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %} {# About Hero #}
{{ t('footer.about') if t else 'About' }}

{{ t('about.title') if t else 'About AgenticTrade' }}

{{ t('about.hero_p1') if t else 'The web was built for humans. Humans browse websites, read documentation, enter credit card numbers, and manage API keys manually. But AI agents don\'t browse. They query, evaluate, call, and pay — programmatically.' }}

{{ t('about.hero_p2') if t else 'AgenticTrade is the infrastructure that makes this possible. We\'re building the API marketplace where agents are the customers, not just the tools.' }}

{# Mission #}
{{ t('about.mission_eyebrow') if t else 'Mission' }}

{{ t('about.mission_title') if t else 'Our Mission' }}

{{ t('about.mission_quote') if t else 'Enable autonomous AI agents to discover, consume, and pay for services without human intervention.' }}

{{ t('about.mission_desc') if t else 'Every API should be accessible to every agent. Every provider should earn from agent traffic. Every payment should settle automatically. That\'s the economy we\'re building.' }}

{# Technical Foundation #} {{ t('about.tech_eyebrow') if t else 'Technology' }}

{{ t('about.tech_title') if t else 'Technical Foundation' }}

{{ t('about.tech_subtitle') if t else 'Built on open protocols. No vendor lock-in.' }}

{{ t('about.tech_mcp_title') if t else 'Model Context Protocol (MCP)' }}

{{ t('about.tech_mcp_desc') if t else 'MCP Tool Descriptors give AI agents machine-readable API documentation. No human-facing docs to maintain — agents understand capabilities, parameters, and pricing directly.' }}

{{ t('about.tech_x402_title') if t else 'x402 Payment Protocol' }}

{{ t('about.tech_x402_desc') if t else 'HTTP-native micropayments in USDC on Base. Agents pay per API call with the x402 protocol — no subscriptions, no invoices, no billing support. Payments happen at HTTP speed.' }}

{{ t('about.tech_proxy_title') if t else 'Proxy Key Infrastructure' }}

{{ t('about.tech_proxy_desc') if t else 'Proxy Keys route requests through AgenticTrade without exposing provider credentials. Providers can rotate real keys anytime. Consuming agents never see the original credentials.' }}

{# Trust Signals #}
{{ t('about.security_eyebrow') if t else 'Security' }}

{{ t('about.trust_title') if t else 'Trust & Security' }}

{{ t('about.trust_subtitle') if t else 'Your API keys, your revenue, your data — protected.' }}

🔒

{{ t('about.trust_proxy_title') if t else 'Proxy Key Isolation' }}

{{ t('about.trust_proxy_desc') if t else 'Provider API keys are stored encrypted and never transmitted to consuming agents. All requests route through our infrastructure.' }}

💰

{{ t('about.trust_onchain_title') if t else 'On-Chain Payments' }}

{{ t('about.trust_onchain_desc') if t else 'USDC payments on Base (Ethereum L2) are verifiable on-chain. Every transaction is auditable. No payment disputes.' }}

🛡

{{ t('about.trust_ssrf_title') if t else 'SSRF Protection' }}

{{ t('about.trust_ssrf_desc') if t else 'The proxy validates all outbound requests against SSRF attacks. Internal networks, localhost, and private IPs are blocked by default.' }}

📊

{{ t('about.trust_ratelimit_title') if t else 'Rate Limiting' }}

{{ t('about.trust_ratelimit_desc') if t else 'Per-client rate limiting (60 requests/minute default, 300 burst) protects both the platform and individual provider APIs.' }}

{{ t('about.built_by') if t else 'Built by' }} JudyAI Lab{{ t('about.built_by_suffix') if t else '' }}

{{ t('about.get_started') if t else 'Get Started' }}
{% endblock %}