Skip to main content
Sage Protocol supports two primary types of social relationships, which you can manage seamlessly using the provided React hooks:

Following Users (One-Way)

A one-way connection similar to platforms like X (Twitter), enabling you to follow other users: Following a User Using React Integration:

Friendships (Two-Way)

A mutual connection, akin to friend relationships on platforms like Facebook. You can initiate a friendship or accept incoming friend requests: Friending a User Using React Integration:

Important Notes:

  • Protocol Fees: Currently defaulted to [0, 0] for all operations.
  • Transaction Handling: All actions require explicitly signing and executing transactions via connected user wallets.
  • IDs: Clearly distinguish between “owned” and “shared” user object IDs as per the SDK.