# Multi-Staking

### What is Multi-Stake?

Huostarter does not currently issue an official native token, nor are there any immediate plans to introduce one. To address governance mechanisms for IDO allocations, Huostarter has implemented a **Multi-Stake framework** designed to empower the community and enhance participation. Furthermore, Huostarter provides IDO projects with the ability to integrate **Multi-Stake functionality**, enabling them to offer their tokens with initial utility and foster greater ecosystem engagement post-launch. This approach ensures a robust and sustainable foundation for both stakeholders and project partners.

### Governance on Huostarter Multi-Stake

Huostarter Governance Staking is a staking pool for multiple tokens that offers dividends and IDO allocations through a '*Pool Weight (PW)*' calculation system. This approach determines the allocation of IDOs to participants, providing a structured and equitable distribution based on their staked tokens.

#### Staking Tiers

The Staking Tier system is categorized based on the amount of your stake. Each tier represents a distinct staking pool, offering varying dividends and Pool Weights. This structure ensures a tailored approach to rewards and allocations, reflecting the different levels of staking commitment. In this explaination we are using a simulations amount of tokens.

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Bronze Tier</strong></td><td>10,000 HUO - 50,000 HUO</td><td>Pool Weight: 5</td></tr><tr><td><strong>Silver Tier</strong></td><td>50,333 HUO - 150,000 HUO</td><td>Pool Weight: 20</td></tr><tr><td><strong>Gold Tier</strong></td><td>150,333 HUO - 300,000 HUO</td><td>Pool Weight: 40</td></tr><tr><td><strong>Platinum Tier</strong></td><td>300,333 HUO - 600,000 HUO</td><td>Pool Weight: 70</td></tr><tr><td><strong>Diamond Tier</strong></td><td>600,333 HUO - 1,200,000 HUO</td><td>Pool Weight: 100</td></tr><tr><td><strong>Titanium Tier</strong></td><td>1,200,333 HUO - 2,400,000 HUO</td><td>Pool Weight: 150</td></tr><tr><td><strong>Sapphire Tier</strong></td><td>2,400,333 HUO - 4,800,000 HUO</td><td>Pool Weight: 220</td></tr><tr><td><strong>Ruby Tier</strong></td><td>4,800,333 HUO - 7,200,000 HUO</td><td>Pool Weight: 300</td></tr><tr><td><strong>Obsidian Tier</strong></td><td>7,200,333  HUO</td><td>Pool Weight: 400</td></tr></tbody></table>

#### IDO Allocation Procedure

Huostarter will implement a two-phase system for its IDO process. This means that the first phase will be specific and adhere to the aforementioned tiers above. During this initial round, each participant will be able to partake based on the amount they have staked, with allocations determined by their respective pool.&#x20;

Should the first phase not reach full capacity, the second round, which operates on a first-come, first-served (FCFS) basis, will commence. In the FCFS round, any whitelisted user can participate, but there will be a cap on the amount they can invest.

The second phase, FCFS, is contingent upon the outcome of the first phase. If the first phase does not fill up, the second phase will be initiated. Conversely, if the first phase reaches full capacity, there will be no need for a second phase. It's important to note that both rounds are exclusively available to whitelisted users.

#### How to calculate allocation based on Pool Weight for Stakeholder's IDO Allocations? (Allocation of IDO you will get if you are Stakeholder)

We'll choose one tier for this demonstration – let's say the "Gold Tier" – and calculate the allocation for an individual in that tier. We'll also assume a total token allocation for the IDO, similar to the previous example with Project "KOSHKA".

#### Example IDO Allocation:

Total KOSHKA Tokens for IDO: 1,000,000

#### Tier Names and Pool Weights:

1. Bronze Tier: Pool Weight - 5
2. Silver Tier: Pool Weight - 20
3. Gold Tier: Pool Weight - 40
4. Platinum Tier: Pool Weight - 70
5. Diamond Tier: Pool Weight - 100
6. Titanium Tier: Pool Weight - 150
7. Sapphire Tier: Pool Weight - 220
8. Ruby Tier: Pool Weight - 300

#### Calculation Formula:

1. **Calculate Combined Purchase Power**:
   * Using the formula: SumOfTiers = (number of participants \* Pool weight)
   * Let's assume a hypothetical number of participants for each tier for this calculation.
2. **Calculate Allocation for Gold Tier**:
   * The formula for the number of tokens allocated to each individual in a tier is given by: (Pool \* Pool weight of tier)
   * We'll calculate the allocation for an individual in the Gold Tier.

#### Hypothetical Number of Participants per Tier (for example):

* Bronze: 100 members
* Silver: 50 members
* Gold: 25 members
* Platinum: 15 members
* Diamond: 10 members
* Titanium: 5 members
* Sapphire: 3 members
* Ruby: 2 members
* Obsidian: 1 member

#### Steps of Calculations:

1. **Calculate the Total Pool Weight**:
   * Total Pool Weight = (Sum of Participants \* Pool Weight) for each tier.
   * Calculation:
     * Bronze: $$100×5=500$$
     * Silver: $$50×20=1000$$
     * Gold: $$25×40=1000$$
     * Platinum: $$15×70=1050$$
     * Diamond: $$10×100=1000$$
     * Titanium: $$5×150=750$$
     * Sapphire: $$3×220=660$$
     * Ruby: $$2×300=600$$
     * Obsidian: $$1×400=400$$
   * Total Pool Weight = $$500+1000+1000+1050+1000+750+660+600+400=6960$$
2. **Calculate Tokens per Pool Weight Unit**:
   * Tokens Per Pool Weight Unit = Total Token A for IDO / Total Pool Weight
   * Calculation: $$1,000,000 / 6,960​≈143.68$$ KOSHKA Token per Pool Weight Unit
3. **Calculate Allocation for Gold Tier**:
   * Allocation for Gold Tier Per Individual = Tokens Per Pool Weight Unit \* Gold Tier Pool Weight
   * Calculation: $$143.68×40≈5747.12143.68×40≈5747.12$$ Token A Per Individual in Gold Tier

**So, each individual in the Gold Tier would be allocated approximately 5,747 KOSHKA Token for the IDO, based on this calculation.**

### Staking APY (%) Calculations:

#### **Formula for APY**

The general formula for APY is:

APY =`(1+nr​)n−1`

Where:

* r = Reward rate per period (in decimal form, e.g., 0.05 for 5%).
* n = Number of compounding periods per year.

If there’s **no compounding** , the formula simplifies to:

`APY=r×t`

Where:

* r = Reward rate per period.
* t = Total number of periods in a year.

#### **Step-by-Step Example**

**Scenario :**

* You stake **1,000 tokens** .
* The reward rate is **0.1% daily** (0.001 in decimal).
* Rewards are compounded daily.
* Calculate the APY.

**Steps :**

1. **Daily Reward Rate (r)** :\
   `r=0.001 (0.1% daily).`
2. **Number of Compounding Periods (n)** :\
   Since rewards are compounded daily, n=365 (days in a year).
3. **Apply the APY Formula** :

   `APY=(1+10.001​)365−1APY=(1+0.001)365−1APY=(1.001)365−1`

**Result :**

The **APY** for this staking scenario is approximately **44.02%** .

<br>


---

# 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://docs.huostarter.io/product-and-services/multi-staking.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.
