> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sendovex.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Smart Contract

> The on-chain escrow contract that powers every Sendovex trade.

Every Sendovex trade is secured by a smart contract deployed on the Polygon network. This page is for users who want to verify the contract directly on-chain.

## Contract address

The Sendovex escrow contract is deployed at:

```
0xbf816CA8C2b13ca86C875b53bfFE3f088E25CAF3
```

You can read the verified source code and inspect all transactions on Polygonscan:

[View on Polygonscan](https://polygonscan.com/address/0xbf816CA8C2b13ca86C875b53bfFE3f088E25CAF3#code)

## What the contract does

The contract holds crypto in escrow during a trade and enforces strict rules on who can move the funds:

* The merchant deposits crypto into escrow to back the trade
* The buyer receives the crypto when the merchant calls release
* The merchant gets the crypto back if a dispute is resolved in their favour or if the trade times out
* A platform fee is deducted from the gross amount at the point of locking

No Sendovex server can move the principal escrow funds arbitrarily. The contract is the sole custodian.

## Network

* **Network:** Polygon (chain ID 137)
* **USDT contract:** `0xc2132D05D31c914a87C6611C10748AEb04B58e8F`
* **USDC contract:** `0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359`
