Social Media Agentic Payment Platform

The payment layer for

One endpoint. Agents create wallets, execute swaps, and pay for services — all from natural language.

What we've built

Production-ready tools for autonomous AI agents. Each product is live and ready to use.

X-Listener Bot

LIVE

Monitor and respond to X (Twitter) mentions autonomously. Execute onchain actions directly from social interactions.

Agent API Endpoints

LIVE

Complete suite of endpoints for autonomous onchain execution. Swaps, transfers, wallet management — all via natural language.

Stripe Crypto Payment SDK

LIVE

Accept crypto payments with Stripe-like simplicity. SDKs for seamless integration into your applications.

LLM Payment Gateway

LIVE

Pay-per-use access to premium LLMs. Crypto-native payment infrastructure for AI model consumption.

Agent infrastructure

Purpose‑built for high‑frequency agent execution with deterministic routing and policy‑ready architecture.

Agent Infrastructure

  • Per‑agent API keys
  • Multi‑wallet orchestration
  • NLP → onchain execution
  • Audit‑friendly responses

Execution Layer

  • Swap + transfer automation
  • ERC‑20 approvals handled
  • Chain‑aware token resolution
  • Quote + tx assembly

Observability

  • Request IDs everywhere
  • Deterministic JSON outputs
  • Production‑grade error format
  • Signed tx broadcast endpoints

Use via SMAPP

A public surface for MPP adoption: curated services, live demos, merchant onboarding.

New launch surface

Browse the first service registry, see the weather/search/browser/email/model demo stack, and use the merchant kit to bring more services into the SMAPP network.

Open the MPP page

One endpoint to rule them all

Structured API documentation that maps every endpoint and execution mode.

Example: /agent/execute

curl -s https://api.smapp.xyz/agent/execute \
  -H "Content-Type: application/json" \
  -H "X-API-Key: ak_..." \
  -d {"agentId":"agent-001","walletNo":1,"prompt":"Swap 50% of my ETH to USDC on Base","chain":"base"}