-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New LAW User Guide #406
base: main
Are you sure you want to change the base?
New LAW User Guide #406
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for lit-dev-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
||
## Overview | ||
|
||
This guide walks you through creating and configuring a Lit Agent Wallet (LAW) and then transferring ownership of the underlying [PKP (Programmable Key Pair)](../user-wallets/pkps/overview.md) NFT to an end user. By following these steps, you (as the developer) will: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think perhaps we should add a callout box here briefly introducing how the PKP ownership model works. For a new developer, "transferring ownership of the underlying PKP NFT" may be a bit confusing. Maybe something along the lines of:
"Under the hood, each Agent Wallet is a Lit Programmable Key Pair (PKP). Each is represented by an NFT on-chain. The owner of this NFT has full control over how their key is used and managed on the Lit network. Read more about PKPs here: [link to docs]."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or, we could keep the links but add less context in the docs. Something like "As a developer, you have full control over each agent wallet you create (as the owner of the root PKP NFT). This guide will walk you through the process of transferring ownership of this agent wallet to the end user"
Guide describing how a developer can setup and Agent Wallet before sending it to their users