|

Programming Language for x402, SPL Tokens, Flywheels

Verified on Cursor
Microsoft Verified
Open Source
# Automated token flywheel

token PEPE {
  address $TOKEN_ADDRESS
  decimals $TOKEN_DECIMALS
}

wallet {
  private_key $PRIVATE_KEY
  public_key $PUBLIC_KEY
}

flywheel {
  claim { interval 1m }
  buyback {
    amount $BUY_AMOUNT SOL
    interval 30s
  }
  rpc $RPC_ENDPOINT
}

deploy

Solana Native

Built for SPL tokens with pump.fun integration

x402 Payments

Automatic payment verification and settlement

Open Source

Open sourced and completely free

npm install -g @x69420/compiler
x69420 init my-service
x69420 compile service.x69420