> For the complete documentation index, see [llms.txt](https://follows.gitbook.io/follows/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://follows.gitbook.io/follows/faqs/general-usage.md).

# General Usage

### General Usage

* #### What are the perks of buying someone’s Follows?

Buying a Creator’s Follows establishes a direct connection with them enabling you to have access to their exclusive content. You can chat with them, be a part of their Shoutbox or Livestream.

Additionally when you buy a Creator’s Follow, you will be rewarded for your support as you can sell the Creator’s Follow when the value of the goes up creating a unique and rewarding relationship.

* #### What do buy and sell activities tab show?

The Buy and Sell Activities tab displays aggregate information of all users on the platform. It serves as a convenient tool for discovering your favorite creators and facilitates the purchase of access/follows.

* #### What are the different ways one can earn through Follows?

There are various **ways to earn on Follows**. They are;

**Creator Fees**: Creators earn through access pass purchases made by their followers.

**Referral Fees**: Users can earn referral fees by inviting friends to join Follows, receiving a percentage of fees when their friends' access passes are bought.

**Cashback**: Users receive cashback on specific activities within the app, contributing to their earnings.

**Points**: Points are distributed to users periodically, providing an additional way to accumulate value within the Follows ecosystem.

**Trading**: Users have the opportunity to earn by engaging in the buying and selling of follows. When a user purchases follows (access passes) of a creator, they contribute to the creator's earnings and increase the value of that particular creator's follows. Conversely, users can also sell follows they own to others, earning a profit from the transaction. This dynamic marketplace for follows allows users to actively participate in the value exchange within the Follows ecosystem.

* #### Can you explain the portfolio terminology used on Follows, including Values, Balance, Follows, and Holdings?

Certainly! In the Follows portfolio:

**Values**: This refers to the total market value of all the follows (access passes) owned by the user.

**Balance**: It represents the available funds in the user's wallet, which can be used to buy additional follows.

**Follows**: This indicates the total number of access passes owned by the user, representing their current portfolio of follows.

**Holdings**: It encompasses all the follows a user possesses, showcasing the diverse range of access passes and creators they are connected with.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://follows.gitbook.io/follows/faqs/general-usage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
