Mint 1.5M tokens for $1 USDC via x402 payment protocol
What it does
This x402-enabled endpoint at tibbirx402.fun offers a token minting service. According to the listing metadata, it mints 1.5 million tokens in exchange for $1 USDC, using the x402 payment protocol for machine-to-machine micropayments.
Very little technical documentation is available for this endpoint. The probe did not return a 402 challenge (the endpoint responded with HTTP 200), no OpenAPI schema was found, no agents.txt or robots.txt was present, and no crawled pages provided additional context. Without documentation, it is unclear what blockchain or token standard is used, what parameters the mint endpoint accepts, or what the response format looks like. The name "tibbir" and the .fun TLD suggest this may be an experimental or community project.
Given the lack of schema, examples, and documentation, prospective users should exercise caution. There is no way to verify token utility, contract addresses, or the reliability of the service from the available information alone.
Capabilities
Use cases
- —Programmatically minting tokens via an x402-payable API call
- —Integrating token minting into an AI agent workflow that supports x402 payments
- —Purchasing tokens in bulk (1.5M per $1 USDC) for use in a downstream application
Fit
Best for
- —Developers experimenting with x402 payment-gated endpoints
- —Agents that need to acquire tokens programmatically
- —Exploring x402 protocol integrations
Not for
- —Production use requiring documented and audited smart contracts
- —Users needing detailed API documentation or SLAs
- —High-value transactions without independent verification of the token contract
Quick start
curl -X POST https://tibbirx402.fun/api/mint \
-H "Content-Type: application/json" \
-H "X-Payment: <x402_payment_token>" \
-d '{}'Endpoint
Quality
Minimal information available: no OpenAPI schema, no documentation, no crawled content, and the probe did not trigger a 402 challenge. The listing is effectively a stub with only a title and one-line description to work from.
Warnings
- —No OpenAPI or schema documentation found
- —Probe returned HTTP 200 instead of 402 — x402 gating may not be active or may require specific request parameters
- —No crawled pages or external documentation available
- —Token contract, blockchain, and token standard are unknown — verify independently before transacting
- —Experimental .fun domain; service reliability and longevity are unverified