mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
feat(x402): add x402 payment protocol for machine-payable APIs (#3460)
This commit is contained in:
@@ -245,6 +245,16 @@ OPENHUMAN_TELEGRAM_BOT_USERNAME=openhuman_bot
|
||||
# OPENHUMAN_WALLET_RPC_SOLANA=
|
||||
# OPENHUMAN_WALLET_RPC_TRON=
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# x402 Machine Payments
|
||||
# ---------------------------------------------------------------------------
|
||||
# Budget caps for automatic x402 API payments (atomic USDC: 1 USDC = 1_000_000).
|
||||
# Defaults: per_request=1_000_000 (1 USDC), daily=10_000_000 (10 USDC),
|
||||
# monthly=100_000_000 (100 USDC).
|
||||
# OPENHUMAN_X402_PER_REQUEST_MAX=1000000
|
||||
# OPENHUMAN_X402_DAILY_MAX=10000000
|
||||
# OPENHUMAN_X402_MONTHLY_MAX=100000000
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Skills
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user