# Influence

### 🪙  Boost your Credit earnings

Influence increases all **credit rewards** you earn in the app.\
This applies to credits from quests, achievements, Patron, and all future credit-based systems. <mark style="color:orange;">**But excludes leaderboard earnings.**</mark>

***

#### 💡 What Influence Does

Influence boosts <mark style="color:orange;">**Credits**</mark> earned from:

* Weekly quests
* Achievements
* Patron rewards
* Any credit-based event

If your goal is to exchange <mark style="color:orange;">**Credits**</mark> for gift cards or real rewards, Influence is essential.

{% hint style="info" %}
Credits earned from leaderboards are not impacted by influence skill.
{% endhint %}

***

#### 🧮 Formula

```
Total Credits = BaseCredits × (1 + Influence × 0.0025)
```

Each Influence point adds **0.25 percent** more <mark style="color:orange;">**Credits**</mark>.

* `BaseCredits` = <mark style="color:orange;">**Credits**</mark> normally earned
* `Influence` = skill points

***

#### 🔍 Example

* <mark style="color:orange;">**BaseCredits**</mark>: **100**
* Influence: **40**

**Calculation:**

<mark style="color:orange;">**Total Credits**</mark> = 100 × (1 + 40 × 0.0025)\
\= 100 × 1.10\
\= **110 credits**

You earn <mark style="color:orange;">**+10 credits**</mark> from Influence.

***

#### 📈 Why Influence Matters

Influence compounds dramatically:

* Every credit payout becomes larger
* Large quests & Patron rewards scale sharply
* More <mark style="color:orange;">**Credits**</mark> → more gift cards, raffle tickets, real-world rewards

Influence is the **strongest attribute for maximizing real-world value**.

***

#### ✅ Best For

* Users who care about real rewards
* Players completing many quests
* Long-term contributors accumulating credits


---

# 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://whitepaper.werate.io/using-the-werate-app/terries/skills-points/influence.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.
