Protocol Glossary
A comprehensive directory of actions available in the Lens Protocol V3 SDK. Search or browse by category to understand the underlying mechanics.
createFeed()
SDK ACTIONCreate a custom algorithmic feed rule.
fetchFeed()
SDK ACTIONGet details and state of a specific feed.
fetchFeeds()
SDK ACTIONList all custom feeds discovered on the network.
setFeedMetadata()
SDK ACTIONUpdate description/logo for a feed you own.
updateFeedRules()
SDK ACTIONSet token-gating or access rules for a feed.
💡 Developer Tip
Most Glossary actions require an Authenticated Session. Tokens are automatically managed by the SDK, but you must have a profile (account) minted to execute state-changing calls like createGatedPost.