> For the complete documentation index, see [llms.txt](https://docs.blocktorch.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blocktorch.xyz/concepts/data-sources/custom-event-data.md).

# Custom Event Data

Blocktorch is also supporting the possibility to add custom smart contract data from for example forks that mirror the mainnet state. We started to work with partners that provide you the possibilities of enriching contract data, to integrate them seemlessly into Blocktorch. In addition Blocktorch has been built with interoperability of [Open Telemetry Data](/concepts/telemetry.md) in mind. That means, in general we are able, to ingest also other custom data into your blocktorch Project.&#x20;

{% hint style="info" %}
If you have a custom event data source you would like us to add please [reach out to us](mailto:contact@blocktorch.xyz).
{% endhint %}

The first partner we have integrated is [Shadow](https://www.shadow.xyz/).

<figure><img src="/files/PEaHSAorbWjdn59kQA02" alt="" width="185"><figcaption></figcaption></figure>

Our frens at [Shadow](https://www.shadow.xyz/) enable you  to modify a deployed contract's source code to add gasless custom event logs and view functions on a shadow fork that is instrumented to mirror mainnet state in realtime. If you want to learn more about how to get started with Shadow please check in [their docs](https://docs.shadow.xyz/).

### Adding your Shadow fork to blocktorch

#### Step 1: Navigate to "Nodes" >> "Shadow Fork"

<figure><img src="/files/rTk5BHLa22cumv55ZfZm" alt=""><figcaption></figcaption></figure>

#### Step 2: Click "Add RPC"

<figure><img src="/files/LlUPl4q880AuApTYsQgy" alt=""><figcaption></figcaption></figure>

#### Step 3: Add your fork by choosing Shadow, give the shadow fork a name & add the RPC

<figure><img src="/files/CqM6NWB3uwePZEeh0TCZ" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="success" %}
Congratulations, you have successfully added your shadow fork to blocktorch 🥳\
If you now try to [add a smart contract](/concepts/data-sources/smart-contracts.md) to blocktorch that has been deployed on your shadow fork you can see your fork in the list of available chains
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.blocktorch.xyz/concepts/data-sources/custom-event-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
