> For the complete documentation index, see [llms.txt](https://docs.strike.oranj.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.strike.oranj.co/strike/about-strike.md).

# About STRIKE

**STRIKE** is a powerful tool that enables users to **share actionable links** with ease, powered by the **Internet Computer Protocol (ICP)**. With **STRIKE**, anyone can interact with **canisters** (smart contracts) directly from social platforms like **Twitter (X)** by sharing a simple link. These links unfurl into interactive **STRIKE Cards** that allow users to perform predefined actions without the need for complex Web3 development or coding.

STRIKE makes it easy to integrate blockchain-based functionality into everyday interactions, such as **placing bets**, **transferring ownership**, or **retrieving information** from smart contracts, all with the click of a button. The **STRIKE Chrome extension** enhances this experience, allowing users to authenticate and securely engage with canisters directly from their browser.

#### Key Features of STRIKE:

* **Actionable Links**: Share links that allow users to take immediate action (e.g., place a bet, manage an asset) via STRIKE **Cards**.
* **Powered by ICP**: STRIKE utilizes the **Internet Computer Protocol** to interact with decentralized applications and smart contracts.
* **Ease of Use**: No need for Web3 coding—users simply share and click to engage with canisters.
* **Interactive STRIKE Cards**: Links unfurl into rich media cards with clickable buttons that perform canister actions.
* **Cross-Platform Integration**: Currently works on **Twitter (X)**, with future support for additional platforms.
* **Secure Authentication**: Uses **Internet Identity** to ensure secure and authenticated interactions.


---

# 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.strike.oranj.co/strike/about-strike.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.
