> For the complete documentation index, see [llms.txt](https://docs.deltatrade.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltatrade.ai/sdk/smartcontract/dca/deposit.md).

# Deposit

Deposit and create DCA are separate. User must deposit before create DCA.

### Method(Token's Method):

<mark style="color:green;">`Near Call`</mark> `ft_transfer_call`

### **Params**

| Name         | Type      | Description          |
| ------------ | --------- | -------------------- |
| amount       | U128      | Deposit Amount       |
| receiver\_id | AccountId | DCA Contract address |
| msg          | string    | empty                |

### Near Cli

```
near call ftv2.nekotoken.near ft_transfer_call '{"amount":"100000000000000000000000000000","receiver_id":"grid.deltatrade.near","msg":""}' --depositYocto=1 --accountId=zero.testnet
```
