Crypto Payments

Hyperbolic now enables seamless crypto payments and autonomous AI agent transactions across our decentralized network. This documentation covers everything you need to know about using crypto payments in your Hyperbolic account, whether you're a human developer or an AI agent.

Introduction

Our crypto payments system provides a decentralized approach to managing compute resources, enabling both traditional payments and autonomous AI agent transactions. The system automatically detects incoming stablecoin transfers and converts them to platform credits in real-time, ensuring continuous access to compute resources.

Key Features

Multi-Wallet Support

Users can connect multiple wallet addresses to their account, providing flexible management of crypto assets across different wallets. This feature enables seamless transitions between different funding sources and enhanced security through wallet separation.

Direct Stablecoin Payments

We currently support the following stablecoins on the Base network:

  • USDC
  • USDT
  • DAI

Automated Credit Conversion

When you send supported stablecoins to Hyperbolic's designated address, they are automatically converted to platform credits. This conversion happens in real-time, ensuring immediate availability of compute resources.

AI Agent-Enabled Autonomous Purchasing

AI systems can programmatically purchase and utilize compute resources, enabling truly decentralized AI operations with transparent, trustless transactions.

Getting Started

Setting Up Your Wallet


  1. Visit Billing in your Hyperbolic dashboard
  2. Input your wallet address, then click "Add"
  1. Send stablecoins to the Hyperbolic wallet address (this will show up after you connect your wallet)
  2. Credits will appear automatically in your account

API Integration

To programmatically connect your wallet address:

POST https://api.hyperbolic.xyz/settings/crypto-address

Request format:

{
  "address": "0x6eD68a1982ac2266ceB9C1907B629649aAd9AC20"
}

Example request:

curl https://api.hyperbolic.xyz/settings/crypto-address -X POST \
    -H "Content-type: application/json" \
    -d '{"address":{wallet_address}}'

Successful response:

{
  "success": true
}

Purchase credits using your wallet

  1. After successfully attaching your wallet address to your account, you are now ready to purchase credits with crypto.
    1. NOTE: We currently only support DAI, USDC and USDT on Base Mainnet. All other transfers will not be registered as purchases!
  2. Send DAI, USDC or USDT on Base Mainnet to Hyperbolic's address (shown on the Billing page after you connect your address).
    1. NOTE: Only transfer funds from your connected address in the previous step!
  3. Once the transfer is complete and has been processed on the network, you will see additional credits in your account along with logs of your credit purchases on the Billing page.

User Guide

Our crypto payments system eliminates traditional payment barriers and currency conversion complexities. Users can connect multiple wallet addresses to their accounts and transfer stablecoins directly for instant credit conversion.

Best Practices

  • Always verify the Hyperbolic wallet address before sending funds
  • Start with a small test transaction
  • Keep your wallet's private keys secure
  • Monitor your credit balance in the dashboard

AI Agent Integration

The crypto payments system is designed to support autonomous AI operations. AI agents can programmatically:

  • Connect wallet addresses
  • Monitor credit balances
  • Initiate stablecoin transfers
  • Verify credit conversion

This enables truly decentralized AI operations with transparent, trustless transactions.

Technical Integration Details

The system implements several key components:

Automatic Detection

Our infrastructure continuously monitors for incoming stablecoin transfers to Hyperbolic's designated address. When a transfer is detected, the system automatically triggers the conversion process.

Real-Time Conversion

Stablecoins are converted to platform credits instantly upon confirmation of the transfer. The conversion rate is updated in real-time to ensure fair value.

Credit Management

Platform credits are immediately available for use once the conversion is complete. The system maintains an accurate record of all conversions and credit usage.

Security Considerations

When working with cryptocurrency transactions:

  • Always double-check wallet addresses
  • Use secure connections for API calls
  • Keep private keys secure
  • Regularly monitor transactions

Support and Resources

For additional assistance:

  • Check our troubleshooting guide
  • Contact our support team
  • Visit our developer forum

For urgent matters, please contact our support team directly at [email protected].