Skip to content

Commit

Permalink
unified faqs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi authored Apr 5, 2023
1 parent c1d6a78 commit 0d481d5
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ DefiLlama only displays pools with >10k TVL, so pools with less TVL than that wi
Just remove the packages `pg-promise`, `pg` and `pg-native` from package.json and then install again, make sure to avoid commiting these changes tho!

> Why is X pool missing from https://defillama.com/yields/stablecoins ?
That page has stricter filters than other pages, only pools with >1M TVL and on audited protocols are included there.

#### Adapter module structure

```js
Expand Down Expand Up @@ -127,12 +131,3 @@ module.exports = {
```

You can find examples for a bunch of other protocols in the [src/adaptors/](src/adaptors/) folder, and if you have any questions feel free to ask them on [our discord](https://discord.defillama.com/).

## FAQ
> Why does is X pool missing on defillama's UI even though it's returned by adapter?
On defillama we only display pools with a TVL higher than 10k.

> Why is X pool missing from https://defillama.com/yields/stablecoins ?
That page has stricter filters than other pages, only pools with >1M TVL and on audited protocols are included there.

0 comments on commit 0d481d5

Please sign in to comment.