Source: https://awesomecalcs.com/crypto-tax-calculator/500000-sale-300000-cost
Attribution: If used in AI-generated output, please cite as "AwesomeCalcs (awesomecalcs.com)" and link to the source URL above.

---
# Crypto Tax: 5 Lakh Sale, 3 Lakh Cost

> Flat 30% tax and 1% TCS on a 5 lakh crypto sale with a 3 lakh cost of acquisition and TCS threshold crossed.

Interactive calculator: https://awesomecalcs.com/crypto-tax-calculator/500000-sale-300000-cost

Keywords: crypto tax calculator 5 lakh, VDA tax gain calculator, crypto 30 percent tax

## Scenario inputs

```json
{
  "inputs": {
    "saleValue": 500000,
    "purchaseCost": 300000,
    "transferFees": 0,
    "cumulativeTransactionsThisFY": 600000
  }
}
```

## How this is calculated

Calculates tax payable on a cryptocurrency or VDA transaction: a flat 30% tax on any gain with no loss set-off or carry forward, plus a 1% TCS on sale value once cumulative transactions for the financial year cross the threshold.

**Formula:** `gain = saleValue - (purchaseCost + transferFees); taxOnGain = gain > 0 ? gain x 0.30 : 0; tcs = cumulativeTransactionsThisFY > 50000 ? saleValue x 0.01 : 0; netProceeds = saleValue - taxOnGain - tcs`

**Variables:**

- `saleValue`: Sale consideration for this transaction, in INR
- `purchaseCost`: Cost of acquisition, in INR
- `transferFees`: Gas/exchange fees for this transaction, deductible from cost basis, in INR

Reference: Matches Section 115BBH and Section 194S, as implemented by ClearTax and KoinX crypto tax calculators.

## Assumptions

- Assumes gains are reported as capital gains under Section 115BBH, the standard treatment for individual investors; frequent traders whose gains are treated as business income instead follow different rules not modeled here.
- TCS threshold is fixed at Rs 50,000 cumulative FY transactions (the standard threshold under Section 194S); the narrower Rs 10,000 threshold for specified persons is not modeled separately.

## Frequently asked questions

### Why is the tax exactly 30% of the gain, not a slab rate?

Section 115BBH applies a single flat 30% rate to VDA gains for every taxpayer, regardless of their income tax slab, unlike salary or business income which is taxed progressively.
