> For the complete documentation index, see [llms.txt](https://docs.carbondefi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carbondefi.xyz/developer-guides/carbon-defi-sdk/sdk-functions/startdatasync.md).

# startDataSync

This function syncs the cache of Carbon DeFi strategies using event data.&#x20;

```
ppublic async startDataSync(cachedData?: string)
```

`cachedData` is an optional parameter that will be used to seed the cache, instead of syncing from scratch.

{% hint style="success" %}
Syncing data is required for all trade and data functions, however, it is not a requirement for strategy management.
{% endhint %}
