Managed creator payments

Own the money layer your creators experience.

Soledgic is managed creator-payment infrastructure for creator platforms and marketplaces: hosted checkout, atomic revenue splits, creator wallet balances, payout eligibility, ACH payouts, tax/KYC workflows, and double-entry ledger guarantees. Pre-wired for AI assistants via Model Context Protocol.

In one sentence

Use Soledgic when your platform needs one managed flow for checkout, creator balances, revenue splits, holds, payout eligibility, and compliance workflows.

What's in the box

Creator wallet balances

Every participant gets a ledger-backed balance account. Query it in real time, show it in your product, and trace it back to the entries that created it.

Atomic revenue splits

Platform fee + creator share post in one database transaction with double-entry invariants enforced. The sale and the payable state are created together.

ACH payouts

Outbound creator payouts run through the configured payout rail. Idempotency is built in, and indeterminate rail outcomes remain in a processing state until confirmation arrives.

KYC/KYB gates that actually gate

Live-mode payouts require approved creator KYC, certified tax profile, and a configured bank instrument. The gate is enforced at the API, RPC, and database layers.

Signed webhooks for every lifecycle event

checkout.completed, payout.created, payout.executed, payout.failed, sale.refunded, payout_request.* — every event HMAC-signed with secret-rotation grace.

MCP server included

Claude Desktop, Cursor, Codex, and other MCP-aware local clients can call sandbox-safe Soledgic tools directly. Read-only mode is the default; write tools require explicit opt-in and confirmation.

Use cases

Questions Soledgic answers

Try it with an AI assistant

Soledgic ships a first-party Model Context Protocol server. Add it to an MCP-compatible client, then use it alongside the SDK docs to wire payment flows.

{
  "mcpServers": {
    "soledgic": {
      "command": "npx",
      "args": ["-y", "@soledgic/mcp"],
      "env": { "SOLEDGIC_API_KEY": "slk_test_your_key" }
    }
  }
}

Then prompt: Use the Soledgic MCP tools and SDK docs to create a sandbox checkout, complete it, and show the payout code path.

Start in sandbox — no credit card