# Overview

## Introduction

Cardano Shield's APIs offer an advanced security solution for Cardano wallets. \
Our suite of robust tools enables you to integrate protection for your users, allowing you to focus on crafting your product while we handle the security aspects.

## What does the API Include?

Our API includes several security checks against a website's URL and transactions, we also provide  an easy to understand score based on risky indicators.

* **Phishing Detection**
  * Using Machine Learning and live community reports that are public via our [github](https://github.com/adabox-aio/cardano-shield)

<figure><img src="https://1707630797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgkM1XfG0YIrx0JSX7KDY%2Fuploads%2F2vl9K6Tiy8DmukqbN9sZ%2FPhishing%20detection.png?alt=media&#x26;token=56df6417-e6ca-4eb9-b40e-df8b34669b3c" alt="" width="270"><figcaption><p>An example of a visual indicator upon signing in with your wallet, we alert that the website you signed your wallet with is in our blacklist</p></figcaption></figure>

* **Transaction Summary**
  * Our transaction summary provides comprehensive insights into asset transfers and state changes resulting from a transaction. Designed for seamless integration by developers, our API responses are straightforward and easy for end users to comprehend.

<figure><img src="https://1707630797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgkM1XfG0YIrx0JSX7KDY%2Fuploads%2Fl3JUE56Y2I5nf3JMMlS9%2FFrame%20188.png?alt=media&#x26;token=91468cb5-1e05-4a8a-a353-e6cdfc8d49e2" alt="" width="270"><figcaption><p>An example of the various visual indicators that can be rendered based on the API response</p></figcaption></figure>

* **Risk Score**
  * Based on the security checks our API will also return a Transaction Risk Score, there are 3 levels of risk: Low, Medium and High.

<figure><img src="https://1707630797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgkM1XfG0YIrx0JSX7KDY%2Fuploads%2FfC2TQhPHKezntZIuXiRM%2FTX%20RISK.png?alt=media&#x26;token=3a1f312f-f11a-4257-8d76-3c3aa1b71f39" alt=""><figcaption><p>An example for a visual representation of the Risk Score Cardano Shield's API provides</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.cardanoshield.com/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
