# Shorting

Short sellers are able to use [supported collateral](/betafinance/risk-framework/supported-collaterals.md) to initiate short positions on Beta Finance. Short selling on Beta Finance is in principal leveraging a [Borrow](/betafinance/borrowing.md) on Beta and immediately selling the borrowed token, and thus follows the same collateral and LTV requirements as a borrow.&#x20;

On the surface, short sellers interacting with Beta Finance's "1-Click Short" tool only need to enter the amounts of the underlying token to be shorted and collateral, select the DEX to swap through, and click a button to initiate the position.&#x20;

Behind the scenes, the process begins where Beta Finance will borrow the underlying token from its respective money market for you, checking sufficient collateralization. The borrowed token is then swapped through the specified DEX (currently supporting Sushiswap, Uniswap V2, and Uniswap V3) to the collateral token used. The newly swapped collateral token is then staked with the principal collateral used in the short position.&#x20;

For short sellers on Beta Finance, there are 3 simple steps to follow to initiate a position:

1. Select the token money market for which you would like to and click the "Short" button. Users will also be able to search for specific tokens by contract address.

![](https://lh4.googleusercontent.com/k-YWenr-VLn1JVjCodNVDPgGxcbojehtTEtD54CNnuIduwUkk_8hC0k-Mdj99yv6weLsG9bvDsOEagipddhfM7DL_avpZAORvH0W-5eBfYdEnKOmvEtBdcWaJW3ZH1tp-ByNWeex)

2\. Enter in the amount of collateral to be used and the amount of token to be shorted. Beta will directly provide metrics, such as the LTV, slippage, and price impact directly in the interface for you. Beta will also calculate the best DEX (Sushiswap or Uniswap) to swap through by default.

![](https://lh6.googleusercontent.com/lqPsrFjfDLZVDIVauSQ0VLdq-I1oyBFZzJJQxygbP1EHSwsQo1WvfGQWTXOQdE3bQEPrD3uVDz_yxfa737ohKcnHO8JWbGAf1msDFiMT__OTsblXTKbGCcbp52Z-SOOEciFR10bj)

3\. Click “Short”.

![](https://lh5.googleusercontent.com/gEKICjuZeY5wRkvQRk2hYw8SRIwYOv5GDJWaqIjX-3_VxhlpjtSzFc8k4EBiswW43WXl471Vdo_DgifA7L-peAIJJlHlWgROygAnRCyx_HCfXZp9obl5HLA2tZ4UuDWLD9YWwNeq)


---

# 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://betafinance.gitbook.io/betafinance/shorting.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.
