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

# Introduction

## What is Scalper Finance?&#x20;

Scalper Finance is a Decentralized Multi-Chain Yield Optimizer, hereinafter referred to as SCALPY. SCALPY helps users to safeguard & maximize profits though multiple products like Stabilizer, Hybrid and Compound. The products are designed in such a way to cater almost all type of users, stabilizer is for users who like scalping; hybrid is for users who are investing both short & long time and auto compound for "HODLers".

SCALPY ensures safety before profit, hence SCALPY will verify smart contract codes and review security audit reports before list any vaults. This will greatly help users refrain from Rug Pull and malicious farm contracts.

## Stabilizer:

Farms listed under stabilizer product frequently harvest farm yields and convert them to stable coin regularly. Since this is an automatic process SCALPY ensures users realize their profits and buy more assets during DIPs rather keeping them as a paper profit. Volatility is unavoidable in crypto market, it may be interesting to see bullish pattern of a token you're holding. But they are just numbers unless you use them in real world or convert them to a stable coin.

## Hybrid:

Hybrid farms are for users who are ready to take moderate risk and doesn't want to miss price appreciation of reward token over period of time. Meaning when we stabilize our yields frequently there is a possibility of impermanent loss (incase reward token value increases considerably), to over come that situation hybrid farms divide the yields in to 2 equal parts where one is to stabilize and other part is to reinvest on the same farm for auto compounding.

## Compound:

Auto compounding farms will frequently harvest and reinvest in the farm to achieve maximum profit, this is a classic strategy to maximize the profit and high APY. This is also an automated process and happened whenever a user enters or exit the farm and will be taken care manually by SCALPY team when the transactions are limited.

## CAUTION⚠️

De-Fi applications are unique in the sense that they are permission less and trustless, meaning that anyone with a supported wallet can interact with them without the need for a trusted middleman. While you have funds staked in a vault, you remain 100% in control of your crypto; SCALPY ensures that.


---

# 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://scalper.gitbook.io/scalper.finance/introduction.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.
