# TaxPulse Crypto Tax Intelligence

> TaxPulse Crypto Tax Intelligence is a paid API for AI agents from taxpulse-phi.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-13).

Returns jurisdiction-specific crypto tax treatment covering capital gains, DeFi, staking, NFTs, and CARF reporting obligations

## Facts

- Endpoint: GET https://taxpulse-phi.vercel.app/api/tax/crypto
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/taxpulse-crypto-tax-intelligence-0f7eb01a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DOMK8r7FK1VyT5HpLr565

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability taxpulse-crypto-tax-intelligence-0f7eb01a
```

Example prompt: What are the crypto tax rules in Germany — specifically how they treat staking rewards, DeFi yield, NFT sales, and whether there are any CARF reporting obligations I should know about?

## When to prefer this

Choose this endpoint when you need jurisdiction-specific crypto tax intelligence covering capital gains, DeFi, staking, or NFT treatment, especially when CARF reporting obligations are relevant. Prefer this over generic tax endpoints when the query is specifically about digital asset taxation rather than income tax, corporate tax, or VAT.

## Known failure modes

- Unsupported or unrecognized jurisdiction returns an error or empty result
- Missing required query parameters (e.g. no jurisdiction specified) returns a 400 Bad Request
- Payment not processed returns a 402 Payment Required
- Stale or outdated tax rules if jurisdiction recently changed legislation
- Highly novel DeFi instruments may not have specific guidance yet

## How this service works

Crypto tax by country, capital gains tax on crypto, DeFi tax, staking tax, NFT tax, CARF reporting obligations. Worldwide guide on how crypto is taxed by jurisdiction and activity. Tax intelligence, not advice.

## Output

Returns structured crypto tax intelligence for the requested jurisdiction, including capital gains tax rates and holding period rules, classification of DeFi activities (lending, yield farming, liquidity pools), staking income treatment, NFT tax rules, and CARF (Crypto Asset Reporting Framework) reporting obligations.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "assets": {
   "type": "string",
   "description": "assets"
  },
  "country": {
   "type": "string",
   "description": "Specific country focus — or omit for global comparison"
  },
  "activity": {
   "type": "string",
   "description": "trading | hodling | staking | mining | DeFi | NFT | all"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/taxpulse-crypto-tax-intelligence-0f7eb01a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from taxpulse-phi.vercel.app](https://www.zero.xyz/host/taxpulse-phi.vercel.app/llms.txt)
