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 ACTION

Create a custom algorithmic feed rule.

fetchFeed()

SDK ACTION

Get details and state of a specific feed.

fetchFeeds()

SDK ACTION

List all custom feeds discovered on the network.

setFeedMetadata()

SDK ACTION

Update description/logo for a feed you own.

updateFeedRules()

SDK ACTION

Set 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.