# v2 CORE FEATURES

- [Exchange](https://docs.silverswap.io/spiritswap-v3/v2-core-features/exchange.md): Welcome to our exchange page, the hub of our hybrid style DEX model. Here you can expect to learn about our unique and intricate approach to our hybrid AMM (Automated Market Maker) model.
- [vAMM](https://docs.silverswap.io/spiritswap-v3/v2-core-features/exchange/vamm.md): SpiritSwap provides users a simple way to swap tokens on Fantom via automated liquidity pools
- [Liquidity](https://docs.silverswap.io/spiritswap-v3/v2-core-features/liquidity.md): An explanation of the formulas used when engaging our our DEX's Liquidity pools.
- [vAMM](https://docs.silverswap.io/spiritswap-v3/v2-core-features/liquidity/vamm.md)
- [Balanced AMM (V2.1)](https://docs.silverswap.io/spiritswap-v3/v2-core-features/liquidity/balanced-amm-v2.1.md): The balanced AMM is a fork of the Balancer AMM architecture. This enables better trade pricing and peg maintenance of stable pairs and offers the ability to offer weighted pools.
- [Protocol Fees](https://docs.silverswap.io/spiritswap-v3/v2-core-features/protocol-fees.md): This section covers the various AMM fee structures for each respective "pool type" that SpiritSwap V2 encompasses.
- [vAMM fees - 0.18%](https://docs.silverswap.io/spiritswap-v3/v2-core-features/protocol-fees/vamm-fees-0.18.md): SpiritSwap V2 vAMM fees have been purposefully recalibrated to enrich our ecosystem with positive feedback loop mechanics.
- [Stable Swap fees - 0.04% (customizable fees)](https://docs.silverswap.io/spiritswap-v3/v2-core-features/protocol-fees/stable-swap-fees-0.04-customizable-fees.md): Stable fees are pretty straight forward, were here to be competitive so why complicate things ?
- [(V2.1)Weighted pool fees - Dynamic](https://docs.silverswap.io/spiritswap-v3/v2-core-features/protocol-fees/v2.1-weighted-pool-fees-dynamic.md): Weighted Pools offer a dynamic fee structure. This means, whoever sets up the pool decides upon the fee.
- [Yield Farms](https://docs.silverswap.io/spiritswap-v3/v2-core-features/yield-farms.md)
- [Gauges](https://docs.silverswap.io/spiritswap-v3/v2-core-features/yield-farms/gauges.md): Gauges are a new model of farms. The gauge is an instrument to measure which pool is weighted most heavily with rewards and gauge votes occur via weekly voting in the inSPIRIT tab of our DEX.
- [Permissionless Ecosystem Farms (V2.5 Update)](https://docs.silverswap.io/spiritswap-v3/v2-core-features/yield-farms/permissionless-ecosystem-farms-v2.5-update.md): This allows any developer to incentivize their own liquidity. If these pools do well and generate good volume for inSPIRIT holders, these farms may get promoted to gauges at a later stage.
- [inSPIRIT](https://docs.silverswap.io/spiritswap-v3/v2-core-features/inspirit.md): inSPIRIT is a yield generating, governance, and utility token based off Curve’s veCRV and Pickle’s DILL tokens.
- [Bridge](https://docs.silverswap.io/spiritswap-v3/v2-core-features/bridge.md): In the interest of facilitating ease of capital transfer over to Fantom from other chains, SpiritSwap offer the "spiritBridge", an effortless solution to bringing your capital over to Fantom.
- [Subcore Feature](https://docs.silverswap.io/spiritswap-v3/v2-core-features/subcore-feature.md): Subcore features are features that other protocols have bootstrapped onto the SpiritSwap ecosystem internally or externally. These features are primarily maintained by the respective protocol at hand.
- [Wrapped inSPIRIT](https://docs.silverswap.io/spiritswap-v3/v2-core-features/subcore-feature/wrapped-inspirit.md): Wrapped inSPIRIT (winSPIRIT) is a term coined for token that implemented the wrapping of inSPIRIT token thus making it liquid and also having dedicated use case(s) on top.
- [Ola Lending](https://docs.silverswap.io/spiritswap-v3/v2-core-features/subcore-feature/ola-lending.md): SpiritSwaps lending network is brought to you by Ola Finance.


---

# 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.silverswap.io/spiritswap-v3/v2-core-features.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.
