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

# SwayPoints

Swaylend is introducing an incentive mechanism called SwayPoints to attract new users, reward loyalty, and guide development to maintain a stable ecosystem. Below, we present the SwayPoints system and the initial values determined at launch.&#x20;

The SwayPoints program incentivizes user engagement with the Swaylend protocol by rewarding various activities. These points reflect the dollar value of users’ participation and help them gain exposure to additional benefits such as earning Fuel Points.

## How to Earn SwayPoints?

Swaylend users can earn SwayPoints through the following activities:

### Supply Collateral Assets

Users receive **1 SwayPoint** for every dollar’s worth of assets supplied in their Swaylend account as collateral.

{% hint style="info" %}
If users hold $1,000 worth of assets on Swaylend, they earn 1,000 SwayPoints daily.
{% endhint %}

### Provide Base Assets

All users who lend base assets and provide liquidity in available markets earn rewards. Specifically, users receive **3 SwayPoints** for every dollar’s worth of assets supplied as Earn liquidity.

{% hint style="info" %}
If users provide $500 worth of assets in Earn, they earn 1,500 SwayPoints daily.
{% endhint %}

### Borrow Base Assets

All users who borrow base assets in available markets earn rewards. Users receive **5 SwayPoints** for every dollar’s worth of assets borrowed from the protocol.&#x20;

{% hint style="info" %}
If users borrow $200 worth of assets in Borrow, they will earn 1,000 SwayPoints daily.
{% endhint %}

All points are calculated and assigned to user accounts every 24-hour cycle.

## Can I earn multiple points at once?

Yes, users can earn multiple points simultaneously based on the positions they have opened on Swaylend.

{% hint style="info" %}
For example, a user supplies $1,000 worth of assets as collateral and simultaneously borrows $200. They will earn points as follows:

• Collateral: $1,000 x 1 SwayPoint = 1,000 SwayPoints

• Borrowing: $200 x 5 SwayPoints = 1,000 SwayPoints

This totals 2,000 SwayPoints earned daily.
{% endhint %}

{% hint style="warning" %}
**Please note that Swaylend reserves the right to modify any of the values without prior notice**. However, all changes will be updated in the documentation immediately, so users are encouraged to revisit this page regularly for any updates. Users can see the status of their points and leaderboard on [Swaylend Dashboard](http://app.swaylend.com).
{% endhint %}


---

# 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.swaylend.com/points-system/swaypoints.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.
