Add InsumerAPI under Commerce & Verification#30
Open
douglasborthwick-crypto wants to merge 1 commit intowojake:mainfrom
Open
Add InsumerAPI under Commerce & Verification#30douglasborthwick-crypto wants to merge 1 commit intowojake:mainfrom
douglasborthwick-crypto wants to merge 1 commit intowojake:mainfrom
Conversation
On-chain verification API supporting XRPL trust line tokens, native XRP, and NFTs across 25 REST endpoints. ECDSA-signed boolean responses for commerce use cases.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is InsumerAPI?
Trust-line eligibility verification for XRPL commerce. Performs issuer-aware reads of RLUSD, USDC, and any trust-line token, evaluates balance thresholds deterministically, and returns ECDSA-signed attestation objects that anyone can verify independently.
Every signed response includes
attestedAt,expiresAt,ledgerIndex, andconditionHash— creating a deterministic snapshot proof of wallet state at a specific ledger height. No raw balances are exposed.XRPL-specific capabilities:
ledgerIndexin responses for freshness verificationxrplWalletparameter across 7 wallet-accepting endpoints (attest, trust, trust/batch, verify, discount/check, acp/discount, ucp/discount)Also supports 30 EVM chains and Solana (32 chains total). Available as REST API, MCP server (npm), LangChain toolkit (PyPI), and OpenAI GPT.
Why a new section? There is no Commerce or Verification category in the current list. InsumerAPI is the first entry in this category — it verifies on-chain holdings for real-world commerce use cases (discounts, access gating, compliance).
Links: