{% extends "public/base.html" %} {% block title %}{{ t('pricing.page_title') if t else 'Pricing — AgenticTrade' }}{% endblock %} {% block meta_description %}{{ t('pricing.meta_desc') if t else 'AgenticTrade pricing: 0% commission for month 1, 5% for months 2-6, 10% after. Compare with RapidAPI, Fiverr, and Etsy. Free to start.' }}{% endblock %} {% block og_title %}{{ t('pricing.page_title') if t else 'Pricing — AgenticTrade' }}{% endblock %} {% block og_description %}{{ t('pricing.meta_desc') if t else '0% commission for month 1. Compare AgenticTrade vs RapidAPI, Fiverr, and Etsy.' }}{% endblock %} {% block tw_title %}Pricing — AgenticTrade{% endblock %} {% block tw_description %}0% commission for month 1. Compare AgenticTrade vs RapidAPI, Fiverr, and Etsy.{% endblock %} {% block json_ld %} {% endblock %} {% block extra_css %} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}
{{ t('section.pricing') if t else 'Pricing' }}

{{ t('pricing.title') if t else 'Simple, Transparent Pricing' }}

{{ t('pricing.subtitle') if t else 'Pay per call. Providers set the price. AgenticTrade takes a small commission that starts at 0% and caps at 10%. No hidden fees.' }}

{# Commission Tiers #}
{{ t('pricing.month1') if t else 'Month 1' }}
0%
{{ t('pricing.commission') if t else 'Commission' }}
  • {{ t('pricing.feat_marketplace_access') if t else 'Full marketplace access' }}
  • {{ t('pricing.feat_mcp_generation') if t else 'MCP Tool Descriptor generation' }}
  • {{ t('pricing.feat_proxy_key') if t else 'Proxy Key protection' }}
  • {{ t('pricing.feat_analytics') if t else 'Usage analytics dashboard' }}
  • {{ t('pricing.feat_all_payments') if t else 'All payment methods' }}
{{ t('pricing.month7_plus') if t else 'Month 7+' }}
10%
{{ t('pricing.commission_capped') if t else 'Commission (capped)' }}
  • {{ t('pricing.feat_everything_months2_6') if t else 'Everything in Months 2–6' }}
  • {{ t('pricing.feat_commission_cap') if t else 'Commission never exceeds 10%' }}
  • {{ t('pricing.feat_volume_discounts') if t else 'Volume discounts available' }}
  • {{ t('pricing.feat_dedicated_support') if t else 'Dedicated support' }}
  • {{ t('pricing.feat_custom_settlement') if t else 'Custom settlement schedule' }}
{# Platform Comparison #}
{{ t('pricing.comparison_eyebrow') if t else 'Comparison' }}

{{ t('pricing.comparison_title') if t else 'How AgenticTrade Compares' }}

{{ t('pricing.col_platform') if t else 'Platform' }} {{ t('pricing.col_commission') if t else 'Commission' }} {{ t('pricing.col_agent_payments') if t else 'Agent Payments' }} {{ t('pricing.col_crypto_settlement') if t else 'Crypto Settlement' }}
AgenticTrade 0% → 5% → 10% {{ t('pricing.yes') if t else 'Yes' }} USDC/USDT
RapidAPI 25% {{ t('pricing.flat') if t else '(flat)' }} {{ t('pricing.no') if t else 'No' }} {{ t('pricing.no') if t else 'No' }}
Fiverr 20% {{ t('pricing.flat') if t else '(flat)' }} {{ t('pricing.no') if t else 'No' }} {{ t('pricing.no') if t else 'No' }}
Etsy (digital) 6.5% {{ t('pricing.listing_fees') if t else '+ listing fees' }} {{ t('pricing.no') if t else 'No' }} {{ t('pricing.no') if t else 'No' }}
{# Current Service Pricing #}
{{ t('pricing.marketplace_eyebrow') if t else 'Marketplace' }}

{{ t('pricing.current_service_pricing') if t else 'Current Service Pricing' }}

{{ t('pricing.prices_set_by_providers') if t else 'Prices are set by providers. All amounts in USD equivalent (USDC).' }}

{% for svc in services %}

{{ svc.name }}

{{ svc.description[:100] }}{% if svc.description|length > 100 %}...{% endif %}

{% if svc.price_per_call == 0 or svc.price_per_call == '0' or svc.price_per_call == '0.0' %}
{{ t('pricing.free') if t else 'FREE' }}
{% else %}
${{ svc.price_per_call }} {{ t('pricing.per_call') if t else '/ call' }}
{% endif %} {% if svc.free_tier_calls and svc.free_tier_calls > 0 %}
{{ svc.free_tier_calls }} {{ t('pricing.free_calls') if t else 'free calls' }}
{% endif %}
{% endfor %}
{% endblock %}