diff --git a/docs/index.mdx b/docs/index.mdx index 1a14d8ac5..218e25952 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -3,6 +3,16 @@ title: "What is Lit Protocol" description: "Decentralized key management and private compute" --- + +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! + + # Overview Lit Protocol is a decentralized key management and private compute network. Lit provides developers building in Web3 with three core primitives: diff --git a/docs/sdk/introduction.mdx b/docs/sdk/introduction.mdx index ceaeb6c4e..e8be29937 100644 --- a/docs/sdk/introduction.mdx +++ b/docs/sdk/introduction.mdx @@ -3,6 +3,12 @@ title: "Introduction" description: "Explore our JS SDK for building applications with Lit Protocol" --- + +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/)). + + # 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.