# Glossary of Terms

#### HAKKA

* HAKKA is the protocol token that empowers the community governance of Hakka Finance, an ecosystem of marvelous DeFi products.
* Holders can obtain voting power and beneficiary rights by staking HAKKA
* Holders can burn their tokens and draw funds from Guild Bank proportionally at their discretion.
* Address: 0x0E29e5AbbB5FD88e28b2d355774e73BD47dE3bcd (Ethereum)

#### HAKKA on xDai on BSC

* Pegged-Pegged HAKKA on xDai on Binance Smart Chain via OmniBridge
* Address: 0x1D1eb8E8293222e1a29d2C0E4cE6C0Acfd89AaaC (BSC)
* Document: [Pegged-Pegged HAKKA on xDai on Binance Smart Chain via OmniBridge](https://medium.com/hakkafinance/pegged-pegged-hakka-on-xdai-on-binance-smart-chain-via-omnibridge-ce4a1fca53f0)

#### HAKKA Staking

* You may stake your HAKKA into a Staking Contract and receive two things: Voting Power (combined with your address) & sHAKKA (a transferrable ERC20 token).
* Document: [Introduce HAKKA Staking & sHAKKA](https://medium.com/hakkafinance/introduce-hakka-staking-shakka-d4d231fcf480)

#### Guild Bank

* A Smart Contract to store all the income earned by Hakka Finance.

#### Hakka Burner

* An interface for Hakka holders to call ragequit() function to burn their HAKKA and draw funds from Guild Bank proportionally.

#### sHAKKA

* sHAKKA, a transferrable ERC20 token, can be minted by staking HAKKA to staking contract. It represents beneficiary rights for Hakka Finance.
* Address: 0xd9958826Bce875A75cc1789D5929459E6ff15040 (Ethereum)&#x20;

#### Voting Power

* Voting Power is determined by the mintage amount of the sHAKKA. It's immutable and non-transferrable.
* It represents the right to (delegate) debate, proposes, and vote on all changes to the protocol.

#### Farms

* A Website collects all the HAKKA liquidity mining pools and staking reward pools.
* Website: <https://hakka.finance/farms>

#### VestingVault

* To stabilize the supply of HAKKA, HAKKA rewards will be transferred to the VestingVault contract and then release under specific terms (see document below).
* Website: <https://hakka.finance/vesting>
* Document: [Vesting Contract](https://medium.com/hakkafinance/vesting-contract-9ab2ff24bf76)

#### Hakka Harvester

* Aggregators for DeFi farmers who have long-term faith in Hakka Finance.
* Website: <https://harvesters.hakka.finance>
* Document: [Hakka Harvester: Born For Chad Hakka Farmers](https://medium.com/hakkafinance/hakka-harvester-born-for-chad-hakka-farmers-83c37f0170b9)

#### Hakka Forum

* Hakka Finance's official decentralized online forum.
* The first Discourse that supports login with decentralized identification (DID) system: EAuth.
* Website: <https://forum.hakka.finance>

#### Eauth

* An OAuth-compatible service based on Ethereum credentials to authenticate users on a website.
* GitHub: <https://github.com/pelith/node-eauth-server>

#### BlackHoleSwap

* A decentralized AMM (Automatic Market Making) exchange designed for stablecoins with the lowest price slippage, maximizing capital utilization.
* BlackHoleSwap v1 (on Ethereum) provides nearly infinite liquidity by integrating lending protocols to leverage the excess supply while borrowing on the inadequate side.
* In BlackHoleSwap v2 (on BSC), we optimize the code for better gas efficiency.

#### BHS

* BHS is the liquidity provider token for BlackHoleSwap

#### iGain

* iGain is a decentralized financial instrument protocol that provides investors the options to hedge/profit/speculate on specific targeting underlying assets with a synthetic, tokenized position.
* Document: [Whitepaper](https://hakkafinance.gitbook.io/igain/)

#### Impermanent Gain

* Impermanent Gain is the flagship of iGain, an options trading platform. We take IL as the underlying trading option on this platform.

#### Hakka Intelligence

* A Prediction Market Born for the HAKKA Community
* Website: <https://intelligence.hakka.finance>

#### CSF

* Crypto Structured Fund (CSF) is a decentralized financial instrument providing a "moderate risk with higher return" way to let conservative investors get involved in the growth of cryptocurrencies.

#### tCDP

* tCDP is tokenized CDP (Collateral Debt Position) that is fungible and tradable on exchanges.

#### Third Floor Mutual (3F Mutual)

* 3F Mutual employs a rainy-day-fund-like mechanism that allows for one to hedge against MakerDAO collapse risk.
* Website: <https://3fmutual.com>


---

# 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://hakkafinance.gitbook.io/hakka-wiki/glossary-of-terms.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.
