Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links #27

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Welcome to the White Whale documentation site.

Welcome to the White Whale Protocol's documentation site.

You can access the White Whale platform through the official [Web App](user-guide/webapp/).
You can access the White Whale platform through the official [Web App](user-guide/WebApp.md).

## What is White Whale?

Expand All @@ -15,7 +15,7 @@ You can access the White Whale platform through the official [Web App](user-guid
Deposited tokens are represented by vault tokens (vUST, vLUNA, ...). These tokens are redeemable for the initial deposit along with it's accrued interest, making these tokens auto-compouning. White Whale vaults are structured to provide depositors with:

* **High, stable deposit yields** powered by the [Anchor Protocol](https://anchorprotocol.com)
* **Arbitrage Exposure** through [White Whale abitrage](protocol/whale-token/Arbitrage_exposure.md) of stablecoin deposits
* **Arbitrage Exposure** through [White Whale abitrage](protocol/Arb-Vaults/Arbitrage_Vaults.md) of stablecoin deposits

White Whale is an open, permissionless arbitrage protocol, meaning that any third-party application is free to connect and earn interest without restrictions.
Furthermore, all arbitrage contracts are publicly callable.
Expand All @@ -28,7 +28,7 @@ Learn more about White Whale Protocol, its core smart contracts, and Python SDK.

* Learn more about the [Governance](protocol/governance/Governance-Overview.md).
* Read up on the specifics of each contract such as the [Stablecoin Vault](Smart/../Smart-Contracts/Stablecoin-Vault.md).
* Check out the [User Guide](user-guide/README.md).
* Check out the [User Guide](user-guide/index.md).

## Community

Expand Down
12 changes: 12 additions & 0 deletions docs/user-guide/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
description: Welcome to the White Whale User Guides
---

# User Guides

* White Whale [Liquidity](Liquidity.md)
* Voting on [Governance Proposals](Proposals-Voting.md)
* [Staking](Staking.md) WHALE tokens
* [Swapping](Swap.md) WHALE tokens
* Depositing in to White Whale [Vaults](Vaults.md)
* Using the official [White Whale frontend interface](WebApp.md)