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

# Developer Home

Build on Vultisig's secure, multi-chain infrastructure. Whether you're creating automated trading strategies, integrating wallet connectivity into your dApp, or building applications with programmatic vault management, Vultisig provides the tools you need.

## What Can You Build?

| Use Case                    | Example                                                      |
| --------------------------- | ------------------------------------------------------------ |
| **Automated Trading**       | DCA bots, yield optimizers, portfolio rebalancers            |
| **AI Agents**               | Autonomous trading agents with secure key management         |
| **dApp Wallet Integration** | Connect Vultisig to your DeFi protocol or NFT marketplace    |
| **Custodial Services**      | Multi-sig treasury management, institutional custody         |
| **Portfolio Apps**          | Cross-chain portfolio trackers with transaction capabilities |

These are just examples. Vultisig's MPC infrastructure is chain-agnostic and protocol-agnostic—if it exists on-chain, you can automate it. Get creative.

## Choose Your Path

### AI Agents

Give agents multi-chain wallet capabilities and choose between autonomous, policy-bound, and human-approved signing.

* **Languages**: TypeScript, shell, or Go
* **Best for**: Coding agents, trading bots, payment automation, and portfolio strategies

{% content-ref url="/pages/gD0NYNOTeEmCMAMterX9" %}
[AI Agents](/developer-docs/ai-agents.md)
{% endcontent-ref %}

### Marketplace Plugins

Build automation plugins that run on Vultisig's infrastructure and are distributed through the Marketplace.

* **Language**: Go
* **Best for**: Backend developers building trading bots, yield strategies, or AI agents
* **Revenue**: 70/30 split (developer/treasury)

{% content-ref url="/pages/Ddr8dZAJr8vwRuzC4kQo" %}
[Marketplace Plugins](/developer-docs/marketplace.md)
{% endcontent-ref %}

### SDK

Build applications that create and manage Vultisig vaults programmatically using the TypeScript SDK.

* **Language**: TypeScript
* **Best for**: Building apps with embedded vault functionality, custodial services, or portfolio management

{% content-ref url="/pages/wmX4xojbg9FnrrhCOGPW" %}
[SDK](/developer-docs/vultisig-sdk.md)
{% endcontent-ref %}

### Extension Integration

Add Vultisig wallet connectivity to your web application, similar to MetaMask integration.

* **Language**: JavaScript
* **Best for**: dApp developers adding wallet connect functionality

{% content-ref url="/pages/mSxWzJwi1nOR082ENqLs" %}
[Extension Integration](/developer-docs/vultisig-extension-integration-guide.md)
{% endcontent-ref %}

## Core Technology

New to Vultisig's architecture? These resources explain the underlying security model:

* [How TSS Works](/security-and-technology/tss-actions.md) - Threshold signature scheme overview
* [How DKLS23 Works](/security-and-technology/how-dkls23-works.md) - The signing protocol
* [Vultiserver](/infrastructure/what-is-vultisigner.md) - Fast vault infrastructure

## Support

Questions or need help getting started? Join our developer community:

* **Discord**: [discord.gg/Cugw9T2NrP](https://discord.gg/Cugw9T2NrP) - Dedicated third-party developer section
* **GitHub**: [github.com/vultisig](https://github.com/vultisig) - Source code and issue tracking


---

# 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.vultisig.com/developer-docs/developer-docs.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.
