> For the complete documentation index, see [llms.txt](https://shieldais-organization.gitbook.io/apesafeai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shieldais-organization.gitbook.io/apesafeai/using-the-apesafe-tool-on-platforms.md).

# Using The ApeSafe Tool On Platforms

### ✨ Using ApeSafe Seamlessly on Popular Solana Platforms

One of the core strengths of ApeSafe is its integration directly into the websites you already use for Solana trading and research. The Chrome Extension is designed to overlay analysis without disrupting your workflow. Here’s a more detailed look at how it functions on key platforms:

#### 🪐 On Jupiter (jup.ag) - Solana's Leading Aggregator

1. **Navigate to Jupiter Swap:** Go to the main swap interface at [jup.ag/swap](https://jup.ag/swap).
2. **Select Your Token:** Click on either the "You're Selling" or "You're Buying" token selection box.
3. **Search or Paste Address:** Find your desired token by searching its name/ticker or, for precision, pasting its official contract address.
4. **Observe ApeSafe Panel:** Once a token is selected, the ApeSafe analysis panel should automatically appear, typically sliding in from the right side of the screen. It might take 1-3 seconds to fetch and display the data.
5. **Review Before Swapping:** Quickly check the Risk Score, Liquidity, Honeypot warnings, and other key metrics \*before\* you finalize your swap parameters and click the swap button. This contextual analysis is invaluable for pre-trade checks.

#### 🧪 On Raydium - A Popular Solana AMM/DEX

1. **Go to Raydium Swap/Liquidity:** Visit the swap interface or liquidity pool sections on the Raydium website.
2. **Choose Token:** Select the token you wish to trade or investigate further within the Raydium UI.
3. **Automatic Analysis:** Similar to Jupiter, the ApeSafe panel should load automatically, often positioned near the token selection area or on the side.
4. **Check Key Data:** Review the liquidity lock status, holder concentration, and contract flags directly within the Raydium environment.

#### 📊 On Dex Screener & Birdeye - Leading Data Aggregators

1. **Find Your Token Page:** Navigate to the specific page for the Solana token you are researching on [dexscreener.com](https://dexscreener.com/) or [birdeye.so](https://birdeye.so/).
2. **ApeSafe Overlay:** The ApeSafe extension typically injects its analysis panel directly onto the token's page, often near the top summary section or along the side.
3. **Cross-Reference Insights:** This is particularly useful for comparing ApeSafe's synthesized risk analysis with the detailed charts, transaction history, and raw pool data provided by Dex Screener or Birdeye.

#### 🖱️ Triggering Manually or Troubleshooting

* **If No Panel Appears:** First, ensure the webpage has completely finished loading. Solana dApps can sometimes take a moment.
* **Refresh the Page:** A simple browser refresh (F5 or Cmd+R) can often resolve temporary loading issues.
* **Click the Extension Icon:** If the panel still doesn't show automatically on a supported page, click the pinned ApeSafe puzzle-piece icon 🧩 in your Chrome toolbar. This action explicitly tells the extension to analyze the current page if it recognizes a token context.
* **Check for Updates:** Ensure your ApeSafe extension is updated to the latest version via the Chrome Web Store, as updates often include improved compatibility with target websites. (\`chrome://extensions/\`)

✅ By integrating directly into these platforms, ApeSafe aims to make safety checks a natural and effortless part of your Solana journey, providing crucial data right where you need it, when you need it.


---

# 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://shieldais-organization.gitbook.io/apesafeai/using-the-apesafe-tool-on-platforms.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.
