> For the complete documentation index, see [llms.txt](https://docs.verified.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verified.network/reference/verified-sdk/making-payments/transferring-cash-tokens.md).

# Transferring cash tokens

### **Request transfer of cash tokens in a currency to recipient**&#x20;

`transferFrom(_sender, _recipient, _amount)`

| Function parameter | Description                                         |
| ------------------ | --------------------------------------------------- |
| \_amount           | amount of cash tokens paid in the currency to debit |
| \_recipient        | account address of the recipient                    |
| \_sender           | account address of the sender                       |
