> For the complete documentation index, see [llms.txt](https://usestrawberry.gitbook.io/strawberryai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://usestrawberry.gitbook.io/strawberryai/product-suite/markdown/editor/blockchains.md).

# Blockchains

While social media agents provide valuable insights, data verification through blockchain analysis is crucial for ensuring the accuracy of the information collected. The Blockchain Agents enhance the data by processing tickers through a dedicated pipeline that rigorously checks for authenticity and reliability:

* **Contract Address Identification**: Utilizing a combination of RouteScan API for unified omnichain access and Ethereum full nodes (Graffiti) for real-time updates. Future plans include operating our own Solana nodes, which will further enhance our data collection capabilities.
* **Malicious Activity Scoring**: Each contract is scored on a scale of 1 to 10 based on its code's integrity, enabling users to assess the safety and reliability of various projects quickly.
* **Market Cap Ranking**: Tickers are ranked according to their market capitalization, providing a clear picture of the market landscape and helping users identify key players.
* **Holder Tracking**: The holders of each ticker are continuously monitored, enabling easy access to "cross-holdings" of similar tokens. This feature provides AI agents with a comprehensive view of supply distribution, which is essential for understanding market dynamics and potential price movements.


---

# 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://usestrawberry.gitbook.io/strawberryai/product-suite/markdown/editor/blockchains.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.
