{% 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 %}
{{ 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.' }}
{{ 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.' }}
{{ t('about.tech_subtitle') if t else 'Built on open protocols. No vendor lock-in.' }}
{{ 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_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_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.' }}
{{ t('about.trust_subtitle') if t else 'Your API keys, your revenue, your data — protected.' }}
{{ 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_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_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_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' }}