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

# 1Tap Finance Docs

The user guide for 1Tap Finance products, signals, scanner tools, and DeFi workflows.

1Tap Finance brings crypto discovery and execution into one workflow:

* **1Tap DApp** for swaps, staking, auto-staking, borrowing, wallet actions, and portfolio tracking.
* **1Tap Telegram Bot** for Social Signals, Scanner, Wallet, Swap, Portfolio, Earn, Borrow, and Auto-Staking.

{% hint style="info" %}
This documentation is English-only. The GitBook navigation and product pages are maintained in English.
{% endhint %}

## Start Here

{% content-ref url="/pages/vL1DcetmvLTErjo9FeTF" %}
[Overview](/1tap-docs/readme/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/3c3uQgEEiE8feL0BfumJ" %}
[Getting Started](/1tap-docs/readme/getting-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/f9up1NgR7ZbKdn8dkF8B" %}
[Workflow](/1tap-docs/readme/workflow.md)
{% endcontent-ref %}

## Product Map

| Area                 | What it does                                              | Best for                                          |
| -------------------- | --------------------------------------------------------- | ------------------------------------------------- |
| **Swap**             | Instant token swaps powered by Jupiter                    | Converting tokens at the best rates on Solana     |
| **Staking**          | Jupiter and Kamino earning vaults                         | Finding yield opportunities and managing deposits |
| **Auto-Staking**     | Autonomous background yield optimizer                     | Automatically maximizing asset yield              |
| **Borrow**           | Collateralized borrowing (Jupiter / Kamino)               | Borrowing assets against crypto collateral        |
| **Portfolio**        | Active vaults and transaction history                     | Tracking positions after deposit/withdraw         |
| **Telegram Finance** | Wallets, Swaps, Earn, Borrow, Portfolio, and Auto-Staking | Operating DeFi positions via chat                 |
| **Social Call**      | Community and KOL token calls                             | Early discovery                                   |
| **Pump Radar**       | Automated early Solana token radar                        | Pump.fun-style market monitoring                  |
| **View Stats**       | Scanner bot token analytics                               | Verification before action                        |
| **Social Sniper**    | Private sniper dashboard                                  | Managing automated social-call execution rules    |

{% hint style="warning" %}
All signals are for reference only. Manage your own risk. You are responsible for every trading decision.
{% endhint %}


---

# 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://1tap.gitbook.io/1tap-docs/readme.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.
