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

# LSS Boost

LSS Boost is our free-tier plan offering select access to premium Aegis functionalities. Regular users are initially restricted to just one monitored address and one alert specific to Potential Risks.

Jump to [Potential Risks ->](/aegis/triggers/potential-risks.md)

$LSS token holders unlock an additional monitored address and alert slot for every 200 $LSS they hold. LSS Boost plan allowance can be increased to up to 7 monitored addresses and alert slots per account, meaning that its full potential is unlocked with 1000 $LSS in user holdings.

$LSS token holders also gain access to all custom trigger types, including those for specific Events, Function Calls, Value changes, or Contract Interactions.&#x20;

Jump to [Triggers ->](/aegis/triggers.md)

<table data-header-hidden><thead><tr><th></th><th></th><th width="103"></th><th></th></tr></thead><tbody><tr><td>LSS Holding</td><td>Monitored Addresses</td><td>Alerts</td><td>Trigger Types</td></tr><tr><td>0 (free)</td><td>2</td><td>1</td><td>Potential Risks</td></tr><tr><td>200</td><td>3</td><td>2</td><td>All</td></tr><tr><td>400</td><td>4</td><td>3</td><td>All</td></tr><tr><td>600</td><td>5</td><td>4</td><td>All</td></tr><tr><td>800</td><td>6</td><td>5</td><td>All</td></tr><tr><td>1000</td><td>7</td><td>6</td><td>All</td></tr><tr><td>1000+</td><td>7</td><td>6</td><td>All</td></tr></tbody></table>

Similarly to other dApps, you will need to connect a wallet with $LSS holdings to Aegis and sign a message to verify you are the owner. Aegis will then periodically check the on-chain $LSS balance and automatically increase or decrease your LSS Boost plan allowance.

{% hint style="info" %}
Aegis cannot access your wallet, and you will be able to disconnect it immediately after signing the message and confirming you are the owner.
{% endhint %}

<br>


---

# 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.lossless.io/aegis/pricing/lss-boost.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.
