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

# Canton

## Auto-approve Canton Coin transfers

On Canton Networks, each transfer must be approved by the receiving party. To auto-approve any canton coin transfer for a given wallet, this payload can be broadcasted.

```shell theme={null}
{
    "kind": "TransferPreapproval"
}
```

## Complete examples

For a complete working example, see the SDK example on GitHub:

* [Basic transaction](https://github.com/dfns/dfns-sdk-ts/tree/m/examples/libs/canton/basic-tx) - Canton token transfer
