diff --git a/docs/concepts/guide/01-first-steps.md b/docs/concepts/guide/01-first-steps.md index bab685b..2ba7171 100644 --- a/docs/concepts/guide/01-first-steps.md +++ b/docs/concepts/guide/01-first-steps.md @@ -23,21 +23,22 @@ The entire setup process, including bridging of the funds is explained in detail Launch Nimbora at https://app.nimbora.io/. Nimbora is in alpha stage, so you will need a referral code to access the dApp. -![Untitled](https://i.ibb.co/J5mnmTv/Screenshot-549.png) +![Untitled](../../../static/content/first_steps/nimbora%20referral.png) -You can [join our Discord](https://www.notion.so/Nimbora-MKT-Dashboard-e5cd8af2cd214955b1067075b3888c28?pvs=21) and ask for an invite in the #invites channel. +You can [join our Discord](https://discord.gg/nimbora) and ask for an invite in the #invites channel. +[![Nimbora Discord](../../../static/content/first_steps/Discord.png)](https://discord.gg/nimbora) Once you’ve secured the invite, click “Connect Wallet” in the top right corner. -![Untitled](https://i.imgur.com/SaXJ9qq.png) +![Untitled](../../../static/content/first_steps/connect%20wallet.png) Select one of the available wallet options ([Braavos](https://braavos.app/) or [ArgentX](https://argent.xyz/)) -![Untitled](https://i.ibb.co/ftRGfGr/Screenshot-548.png) +![Untitled](../../../static/content/first_steps/avaliable%20wallets.png) Follow the notification prompt and click on “**Connect**” -![Untitled](https://i.imgur.com/pnBwOEo.png) +![Untitled](../../../static/content/first_steps/notification%20prompt.png) ### This enable Nimbora to: @@ -48,4 +49,4 @@ Follow the notification prompt and click on “**Connect**” Voila! “**Connect wallet**” will be replaced with your wallet address, indicating you are successfully connected. -![Untitled](https://i.imgur.com/31dDkrK.png) +![Untitled](../../../static/content/first_steps/connection%20success.png) diff --git a/docs/concepts/guide/02-earn.md b/docs/concepts/guide/02-earn.md index 465c4b9..2126f54 100644 --- a/docs/concepts/guide/02-earn.md +++ b/docs/concepts/guide/02-earn.md @@ -18,7 +18,7 @@ There are several yield strategies with different underlying tokens and APR (Ann **Here's an APR breakdown of the nsDAI strategy** -![alt](https://i.ibb.co/P4Vbc55/Screenshot-556.png) +![alt](/content/strategy_nsdai/apr_breakdown.png) 1. **Base**: Represents default strategy yield. 2. **Boost**: Represents incentives provided by the Nimbora team using the [Starknet Catalyst grant](https://medium.com/@Nimbora/nimbora-and-starknet-catalyst-program-14cc7f2f1ab5). diff --git a/docs/concepts/guide/03-borrow.md b/docs/concepts/guide/03-borrow.md index 8b94641..f3426d5 100644 --- a/docs/concepts/guide/03-borrow.md +++ b/docs/concepts/guide/03-borrow.md @@ -8,7 +8,7 @@ sidebar_position: 3 There are 2 cards (troves) with 2 different TCR (total collateral ratio). The CR is not fixed, as its value is pegged to the ETH price. That is why the screenshot below might not match the current numbers you will see once you open the troves. -![Untitled](https://i.imgur.com/ERJ3ast.png) +![Untitled](/content/borrow.png) **TCR is the percentage of assets you need to lock up as collateral when borrowing**. If you want to borrow $100 and the TCR is 676%, you must provide $676 worth of assets as collateral. diff --git a/docs/concepts/guide/05-referral.md b/docs/concepts/guide/05-referral.md index 03207c6..ca27e53 100644 --- a/docs/concepts/guide/05-referral.md +++ b/docs/concepts/guide/05-referral.md @@ -16,7 +16,8 @@ Additionally, special boosted referral links can offer higher percentage rewards ### How to find a referral link -- Join our Discord community, and find some in the [Invite section](https://discord.com/channels/1157580917917892640/1242045588384514048) +You can [join our Discord](https://discord.gg/nimbora) and ask for an invite in the #invites channel. +[![Nimbora Discord](../../../static/content/first_steps/Discord.png)](https://discord.gg/nimbora) - Explore partner protocols' social media channels, where referral links are often shared with additional boosts. Here are some examples of our partners: Spark, OnlyDust, Kakarot, StaknetQuest, zkLend, Herodotus, Carmine, Pragma. diff --git a/docs/concepts/links.md b/docs/concepts/links.md index 440cf2e..dead38c 100644 --- a/docs/concepts/links.md +++ b/docs/concepts/links.md @@ -6,7 +6,7 @@ sidebar_position: 4 # A Word of Caution: Stay Vigilant -*🐧⚠️ Please remain vigilant against potential scams and rely solely on our official channels for accurate information: +🐧⚠️ Please remain vigilant against potential scams and rely solely on our official channels for accurate information: - 🌐 [Website](https://www.nimbora.io/) - 👨‍💻 [DApp](https://app.nimbora.io/) @@ -20,4 +20,4 @@ sidebar_position: 4 ## **Need Help?** For technical support or questions about Starknet integration, join our [Discord](https://discord.gg/nimbora) community. -[![Nimbora Discord](https://i.ibb.co/23npZRk/Nimbora-Discord.png)](https://discord.gg/nimbora) --> +[![Nimbora Discord](../../static/content/first_steps/Discord.png)](https://discord.gg/nimbora) diff --git a/static/content/borrow.png b/static/content/borrow.png new file mode 100644 index 0000000..e1e767d Binary files /dev/null and b/static/content/borrow.png differ diff --git a/static/content/first_steps/Discord.png b/static/content/first_steps/Discord.png new file mode 100644 index 0000000..5736d80 Binary files /dev/null and b/static/content/first_steps/Discord.png differ diff --git a/static/content/first_steps/avaliable wallets.png b/static/content/first_steps/avaliable wallets.png new file mode 100644 index 0000000..cddad17 Binary files /dev/null and b/static/content/first_steps/avaliable wallets.png differ diff --git a/static/content/first_steps/connect wallet.png b/static/content/first_steps/connect wallet.png new file mode 100644 index 0000000..b16c5e7 Binary files /dev/null and b/static/content/first_steps/connect wallet.png differ diff --git a/static/content/first_steps/connection success.png b/static/content/first_steps/connection success.png new file mode 100644 index 0000000..20165a5 Binary files /dev/null and b/static/content/first_steps/connection success.png differ diff --git a/static/content/first_steps/nimbora referral.png b/static/content/first_steps/nimbora referral.png new file mode 100644 index 0000000..91a56f5 Binary files /dev/null and b/static/content/first_steps/nimbora referral.png differ diff --git a/static/content/first_steps/notification prompt.png b/static/content/first_steps/notification prompt.png new file mode 100644 index 0000000..c7c1ef3 Binary files /dev/null and b/static/content/first_steps/notification prompt.png differ diff --git a/static/content/strategy_nsdai/apr_breakdown.png b/static/content/strategy_nsdai/apr_breakdown.png new file mode 100644 index 0000000..2e74f5a Binary files /dev/null and b/static/content/strategy_nsdai/apr_breakdown.png differ