Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ title: "What is Lit Protocol"
description: "Decentralized key management and private compute"
---

<Tip>
We're excited to announce that Vincent is now live! Vincent is a powerful toolkit that enables secure web3 capabilities for AI agents through:

- Secure Delegation: Safely delegate wallet operations to AI agents while maintaining full control
- Customizable Tools: Define and manage specific web3 actions your agents can perform
- Policy Controls: Set granular rules and restrictions for how agents interact with web3

Check out the [Vincent documentation](https://docs.heyvincent.ai/) to get started!
</Tip>

# Overview

Lit Protocol is a decentralized key management and private compute network. Lit provides developers building in Web3 with three core primitives:
Expand Down
6 changes: 6 additions & 0 deletions docs/sdk/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ title: "Introduction"
description: "Explore our JS SDK for building applications with Lit Protocol"
---

<Tip>
Lit V1 ("Naga") is currently live on [testnet](https://spark.litprotocol.com/naga-test/).

If you're a builder looking to deploy your application in production, you can use Lit's V0 Mainnet Beta ("Datil"), already live today ([Link](https://developer.litprotocol.com/)).
</Tip>

# SDK Reference

The Lit JS SDK provides a comprehensive toolkit for integrating Lit Protocol's decentralised authentication and cryptographic capabilities into your applications. This reference documentation covers all the methods, classes, and configuration options available in the SDK.
Expand Down
Loading