SOLANA PRIORITY FEES X402 $0.002 / SAMPLE

Live fee bids.
One command.

Give a wallet agent fresh compute-unit price quantiles before it sends. $0.002 per sample. No Utilia account, API key, or subscription.

$0.002per live priority-fee sample
1 commandwallet-managed paid call
5 / hourbounded watcher cadence
0signups or API keys

VERIFIED INTEGRATION MILESTONE

Native in the OOBE Synapse SDK.

OOBE approved and merged PR #50, adding a native UtiliaPlugin for live Solana priority fees, transaction diagnosis, unsigned simulation, and token-risk evidence.

OOBE PROTOCOL × UTILIA MERGED
  • Four paid Solana evidence tools Available through the native Synapse plugin source.
  • Funded path validated A prearranged integration test completed quote, authorization, payment retry, settlement, and result delivery.
  • Public package release pending The merged integration is not yet included in an npm version newer than 2.0.6.

This proves external interoperability. It is not organic customer demand or recurring revenue.

ONE-COMMAND TRANSACTION SUPPORT

Signature in.
Evidence out.

The wallet-funded client verifies the official receiver and spend ceiling before it pays. The response separates what happened on-chain from what the agent should safely try next.

terminalexact $0.004 x402 payment
# Use a dedicated low-balance agent wallet
export SOLANA_KEYPAIR_PATH=\
/absolute/path/to/agent-wallet.json

npx -y utilia-solana-agent@0.5.8 transaction \
  4hzZBr8uqd4ba4A28qDPJWPVGfQtrBfA63jHr7k18hEEfxN6JEsmbDkKQ8hsULMfy1CXBhJEkzUnympWvSU4DuEF
✓ exact payment ceiling ✓ full on-chain evidence ✓ retry-safe classification

THE PRODUCT

Four Solana decisions. Two utility transforms.

Start with a fresh compute-unit price bid. Add diagnosis, simulation, or token evidence when the workflow needs it.

01$0.002

Live priority fees

GET /v1/fees/priority

Timestamped fee quantiles globally or for up to twenty writable accounts, with an explicit observation time and sample count. Buy one or start the watcher →

02$0.004

Transaction diagnosis

GET /v1/transaction/:signature

Turn a failed signature into balance deltas, logs, compute use, confirmation, and a retry-safe next action. Diagnosis workflow →

03$0.008

Preflight simulation

POST /v1/transaction/simulate

Simulate with a fresh blockhash before broadcast. Classify failures before the wallet signs or the bot retries.

04$0.006

Token risk

GET /v1/token/:mint

Inspect mint and freeze authority, Token-2022 controls, supply, largest holders, and concentration flags before interacting.

05$0.0025

PDF to Markdown

POST /v1/pdf/to-markdown

Convert a public or base64 PDF into page-delimited Markdown, metadata, and a source digest. PDF API details →

06$0.01

Audio normalization

POST /v1/audio/normalize

Normalize bounded public HTTPS or base64 audio to MP3 with LUFS measurements and input/output SHA-256 digests.

AGENT-NATIVE

One endpoint. Six paid tools.

Run the local npm bridge in any stdio MCP client. It discovers pricing, verifies the receiver and spend ceiling, signs USDC locally, and returns structured document or Solana data.

  • 01 Streamable HTTP transport
  • 02 Per-call spend policy
  • 03 Mainnet settlement receipt
Copy the complete MCP config
mcp.jsonwallet-funded stdio bridge
{
  "mcpServers": {
    "utilia": {
      "command": "npx",
      "args": [
        "-y",
        "utilia-solana-agent@0.5.8",
        "mcp"
      ],
      "env": {
        "SOLANA_KEYPAIR_PATH":
          "/path/to/wallet.json"
      }
    }
  }
}
npm: utilia-solana-agent

PROOF, NOT PROMISES

Paid by external wallets. Live on mainnet.

BID BEFORE BROADCAST

Fresh fee evidence. One paid call.

Give a transaction agent current compute-unit price quantiles without another account, API key, or subscription.