🚰 AAStar Faucet Service

Status: Secured

This service provides ETH funding and L4-level Account Abstraction onboarding for the AAStar ecosystem.

🚀 How to Use

Send a POST request to /faucet endpoint.

Request Body

{
  "target": "0xYourPendingSmartAccountAddress",
  "ownerKey": "0xYourEOAPrivateKey" // Required for full L4 registration/staking
}

Example (cURL)

curl -X POST http://faucet.aastar.io/faucet \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_FAUCET_SECRET" \
  -d '{ "target": "0x123...", "ownerKey": "0xabc..." }'

⚙️ Configuration

🛠️ Tech Stack