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

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? <a href="#how-to-earn-swaypoints" id="how-to-earn-swaypoints"></a>

Swaylend users can earn SwayPoints through the following activities:

#### Supply Collateral Assets <a href="#supply-collateral-assets" id="supply-collateral-assets"></a>

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 <a href="#provide-base-assets" id="provide-base-assets"></a>

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 <a href="#borrow-base-assets" id="borrow-base-assets"></a>

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.

{% 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? <a href="#can-i-earn-multiple-points-at-once" id="can-i-earn-multiple-points-at-once"></a>

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="danger" %}
**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: 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:

```
GET https://swaylend.gitbook.io/swaylend-docs/points-system/swaypoints.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
