---
title: "Request testnet TVARA tokens (agent authentication via signed challenge)"
method: POST
path: "/agent/vara-testnet/request"
---

# Request testnet TVARA tokens (agent authentication via signed challenge)

`POST /agent/vara-testnet/request`

Submit a signed challenge nonce to prove address ownership and request test tokens.

## Request body

- AgentClaimRequest
  - `address` string, required — Vara account address (SS58 or hex)
  - `genesis` string, required — Genesis block hash
  - `signature` string, required — sr25519 signature of the challenge nonce
  - `nonce` string, required — Challenge nonce from /agent/challenge

## Response `200`

Request submitted successfully

## Other responses

- `400` — Bad request
- `401` — Authentication failed
- `403` — Faucet limit reached
- `429` — Rate limited or daily cap reached
- `500` — Server error

---

[API](https://skmtc.net/gear-tech/apis/api-documentation.md) · [All operations](https://skmtc.net/gear-tech/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gear-tech/api-documentation/revisions/3753ad0069f9/schema)
