# Bespoke Features

Since the TVM environment differs from the EVM, special conditions are required for users aiming to engage in yield boosting. Factorial caters to these specific needs by offering specialized features designed to support such users effectively.

### Core Components

#### **Power Account**

Power Account feature allows users to operate with undercollateralization, under specific conditions, enabling easier and more flexible position management. Additionally, account owner can delegate certain execution to a designated manager, who can handle transactions and optimize strategies on the user's behalf.

#### **Integrated Risk Management**

Managed at the account level, enabling a comprehensive approach that considers the correlations between assets and broader DeFi risks. Critical actions are gated by Factorial’s advanced risk tests, ensuring safety and feasibility before execution.

### Toolkit

#### Cockpit

Users need to repeat the process of borrowing assets, providing liquidity, and re-collateralizing multiple times. This tool simplifies the otherwise tedious calculations and actions, streamlining the entire process for efficiency.

#### **Simulator**

Under the assumption of functionalities like flash loans, simulator provides simulation results within a controlled environment, testing the maximum leverage a user can achieve with given capital.


---

# 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://docs.affluent.org/factorial-legacy/bespoke-features.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.
