> For the complete documentation index, see [llms.txt](https://docs.jewelswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jewelswap.io/multiversx/jewelswap-points/jewelswap-points-introduction.md).

# JewelSwap Points: Introduction

## About

JewelSwap Points is a new program offered by JewelSwap, in which users are able to earn points by simply using the protocol.

As of today, there is no immediate usecase for the points, however this might change in the future.

***

## How to earn points

There are a many different ways you can start earning points.

You are able to earn points by

* Staking
* Farming
* Voting
* Lending
* Borrowing
* Referring new users

***

**Staking, Farming, Lending** and **Borrowing** each earn you 1 point per 1$ staked/farmed/...

The live market price of the asset is used for points calculation. Once a day, a snapshot is made where the dollar value is calculated and the points are added to your account.

***

**Voting** - By voting for JewelSwap Farms on AshSwap (using your own veASH), you will earn points.

Per 50 veASH voted for a Jewel-Farm, you will earn 1 point.

The points for Farm weight voting only updates once per week, on every thursday. Do not worry if your points are not visible immediately.

***

By **referring new users**, you will receive 10% of what the referred user has earned.

If the newly referred user has earned 100 points, 10 points will be added to your account.

Referrals only work for new users that have not used JewelSwap before and have not started earning points yet.


---

# 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://docs.jewelswap.io/multiversx/jewelswap-points/jewelswap-points-introduction.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.
