> 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/getting-started.md).

# Getting started

The SDK initialization process will connect to the blockchain, fetch all relevant data and make it ready for further functionality and instructions.&#x20;

{% hint style="info" %}
The main point of interaction is the `index.ts` file&#x20;
{% endhint %}

* Initialize the SDK with the [Constructor](/developer-guides/carbon-defi-sdk/sdk-functions/constructor.md).
* Sync strategy data by calling [startDataSync](/developer-guides/carbon-defi-sdk/sdk-functions/startdatasync.md).

More detailed step by step guide on setting things up can be found here\
<https://github.com/bancorprotocol/carbon-simulator/tree/main/resources/sdk>
