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

# FAQs

<details>

<summary>What is Indexify?</summary>

**Indexify** is a social investing platform where users create, follow, and trade portfolios called **Stacks**. It’s built for creators, communities, and traders who want to monetize insight, not just tokens. With native performance tracking and built-in revenue sharing, Indexify turns onchain activity into a collaborative, transparent investing experience.

</details>

<details>

<summary>What is a "Stack"</summary>

A **Stack** is a curated basket of assets you can invest in with one click. Think of it as a portfolio or index designed to make it easy to follow a specific strategy or theme.

When a Stack is indexed, it starts at **$1.00**, making performance easy to track over time. At launch, Stacks are fixed baskets of assets. While creators can’t actively rebalance or manage allocations yet, they can publish notes and updates to explain the thesis, share context, and communicate changes in outlook.

</details>

<details>

<summary>Is Indexify Self Custody?</summary>

Indexify uses embedded **self-custody wallets**, meaning **you control your keys and your funds**. You can buy and trade Stacks without setting up a separate wallet, and you can export your private key at any time. That key can be imported into a third-party wallet like **Phantom**, ensuring full ownership, portability, and control of your assets at all times.

</details>

<details>

<summary>How secure is Indexify?</summary>

Our system implements the highest security available in the market, inclusive of air gapped storage and encryption.

</details>

<details>

<summary>Is Indexify Decentralized?</summary>

Indexify runs entirely on decentralized, onchain rails. All trades and portfolio actions are executed onchain through decentralized protocols. While external wallets can’t be connected directly, each account includes a self-custodied embedded wallet, and credentials can be exported at any time. Funds are never held by Indexify and always remain under your control.

</details>


---

# 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:

```
GET https://howto.indexify.finance/faqs.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.
