> For the complete documentation index, see [llms.txt](https://documentation.solsec.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.solsec.xyz/overview.md).

# Overview

**SOLSEC (Solid Security)** is an advanced protection and analytics platform built exclusively for the **Solana ecosystem**.\
It serves as a **security dashboard** where users can monitor, verify, and defend their assets against the growing range of threats in decentralized finance.

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

At its core, SOLSEC is designed to give **clarity and control** back to the community.\
In a world where smart contracts execute billions in value daily, trust must be earned through transparency and verifiable security not assumptions.\
That is why every part of SOLSEC is built to help users understand what happens behind each transaction, token, and contract they interact with.

SOLSEC empowers **individual investors**, **developers**, and **institutions** alike by integrating multiple real-time protection systems:

* Automated scanning for wallet and contract vulnerabilities
* Blockchain intelligence for identifying scam patterns and high-risk behavior
* Machine learning models trained to detect emerging threats before they spread

The result is a **trusted security layer for Solana**, combining the precision of on-chain data with the speed and accessibility of modern Web3 tools.

SOLSEC’s mission is simple:\
to make **every user, investor, and project safer** not by limiting what’s possible in DeFi, but by giving the ecosystem the visibility and defense it deserves.

By offering transparent audits, dynamic wallet risk scoring, and a continuous security feed, SOLSEC transforms complex blockchain data into actionable insights.\
Every scan, every alert, every verification step brings the Solana network closer to the future of **open, self-defending finance**.


---

# 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://documentation.solsec.xyz/overview.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.
