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

# Add or upload recipients

> Recipients are the wallet addresses that will receive allocations of your locked token. Your balance per wallet should include both locked and unlocked (immediately claimable) tokens.

<Frame>
  <img src="https://mintcdn.com/unvest/ZPndW_DYd52BB9Sr/images/token-vesting-recipients.png?fit=max&auto=format&n=ZPndW_DYd52BB9Sr&q=85&s=a1c7872f5957e9d9ce2741df8ec73f4b" alt="" width="1278" height="658" data-path="images/token-vesting-recipients.png" />
</Frame>

You can add recipients to your vesting schedule in one of three ways:

1. Type them one by one into the recipient field.
2. Upload a CSV file with the recipient information. You can download a template to help you format the file correctly.
3. Copy and paste recipient information from another document.

When adding recipients, it is important to follow the formatting rules. Each row should represent a single address, with the contents listed in the following order:

```csv theme={null}
[address],[balance],[nickname]
[address],[balance],[nickname]
[address],[balance],[nickname]
```

The nickname field is optional and can be left blank. Be sure to separate each field with a comma.

<Note>
  It's recommended that you keep a spreadsheet record of all investors, their names, addresses and token allocations during fundraising, a single source of truth
</Note>
