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.
Managed creator payments
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.
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.
Platform fee + creator share post in one database transaction with double-entry invariants enforced. The sale and the payable state are created together.
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.
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.
checkout.completed, payout.created, payout.executed, payout.failed, sale.refunded, payout_request.* — every event HMAC-signed with secret-rotation grace.
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.
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.