# Domain Tax Deduction > Certified domain name appraisals and charitable donation tax documentation, delivered by email within 15 business days (48-hour rush available). ## What this service does Domain Tax Deduction appraises domain names and produces the signed documentation required to claim a charitable income tax deduction under IRS rules for noncash property gifts valued above $5,000. A qualified, independent appraiser values the domain using comparable-sales and intrinsic-value methodology, then signs and certifies the report. The full-service tier also produces a completed IRS Form 8283 (Section B) and donation transfer documentation. ## Services and pricing | Service | Price (USD) | Price (USDC) | Turnaround | |---------|-------------|--------------|------------| | Appraisal Report Only — Standard | $48.00 | 48 USDC | 15 business days | | Appraisal Report Only — Rush | $548.00 | 548 USDC | 48 hours | | Appraisal + Tax Documentation — Standard | $498.00 | 498 USDC | 15 business days | | Appraisal + Tax Documentation — Rush | $998.00 | 998 USDC | 48 hours | Rush processing adds $500 to either tier. ## Payment Payments are accepted in USDC on Base mainnet or Ethereum mainnet via the x402 protocol. Payment is settled on-chain before the order is recorded. ## How to order (agent instructions) Orders are placed by making an HTTP POST to the appropriate x402-gated endpoint. The server returns HTTP 402 with payment requirements. The agent signs a USDC EIP-3009 TransferWithAuthorization and retries with the X-PAYMENT header. ### Endpoint pattern ``` POST /api/usdc/{network}/{tier} ``` - `{network}`: `base` or `eth` - `{tier}`: `appraisal-standard`, `appraisal-rush`, `full-standard`, `full-rush` ### Request body (JSON) ```json { "domainName": "example.com", "email": "client@example.com", "charityChoice": "select-for-me", "charityName": "", "rush": false } ``` - `charityChoice`: `"select-for-me"` or `"own-charity"` - `charityName`: required only when `charityChoice` is `"own-charity"` - `rush`: boolean — must match the `rush` implied by the chosen tier ### Success response ```json { "success": true, "orderId": "abc123", "reference": "DTD-ABC123", "txHash": "0x..." } ``` ### Discovery Machine-readable payment requirements are available at: ``` GET /.well-known/x402.json ``` OpenAPI spec: ``` GET /api/openapi.json ``` ## What the agent receives After payment is confirmed on-chain, the order is written to the database and a confirmation email is sent to the address provided in the request body. The signed appraisal report (and Form 8283 if the full tier was ordered) is delivered to that email address within the stated turnaround window. ## Important This service provides appraisal and documentation only. It is not legal or tax advice. Deduction eligibility depends on individual tax circumstances. Agents ordering on behalf of a human client should ensure the client consults a qualified tax professional before filing. ## Contact support@domaintaxdeduction.org https://domaintaxdeduction.org