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

[Update] Adding Switchboard to oracle providers #936

Merged
merged 1 commit into from
Oct 31, 2024
Merged
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
4 changes: 2 additions & 2 deletions apps/marginfi-v2-docs/src/app/faqs/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This error is related to stale oracles, which occur due to network congestion on

## What does the "stale oracles" error mean?

marginfi has chosen to use decentralized, trustless oracles. These oracles are managed by providers, like Pyth. During periods of blockchain congestion, oracle providers may struggle sending pricing data. If pricing data is stale during a user interaction, marginfi does not enable users to perform oracle-dependent actions. This is to prevent manipulation based on incorrect oracle prices. marginfi is working directly with Pyth, Switchboard, and Solana Labs on correcting these issues on behalf of the user.
marginfi has chosen to use decentralized, trustless oracles. These oracles are managed by providers, like Pyth and Switchboard. During periods of blockchain congestion, oracle providers may struggle sending pricing data. If pricing data is stale during a user interaction, marginfi does not enable users to perform oracle-dependent actions. This is to prevent manipulation based on incorrect oracle prices. marginfi is working directly with Pyth, Switchboard, and Solana Labs on correcting these issues on behalf of the user.

## How many points for borrowing / lending? {{ tag: '', label: '' }}
4 points for borrowing while 1 point for lending.
Expand Down Expand Up @@ -72,4 +72,4 @@ Visit <Button href="https://unstake.it" variant="text"><>unstake.it</></Button>
Social points is for social campaigns in collaboration with other ecosystem projects.

## How long can i borrow and lend? {{ tag: '', label: '' }}
As long as your health factor stays above 0%.
As long as your health factor stays above 0%.
Loading