Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@everlend/general-pool

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@everlend/general-pool - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

2

package.json
{
"name": "@everlend/general-pool",
"version": "0.0.17",
"version": "0.0.18",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

# Everlend general-pool package
Everlend is a lending aggregator and optimizer. Get the best rates on your liquidity loans, always.
### What's Everlend?
The SDK allows interacting with Everlend general pools.
Everlend is a lending aggregator and optimizer. Get the best rates on your deposits and loans, always.
### What's a general pool?
A general pool is an implementation of Solana pool program, which is responsible for storing users' liquidity and
minting collateral tokens. There’s a general pool for every token supported by Everlend. When users interact with
Everlend, they actually work with general pools, e.g. users' deposits and withdrawals are made via them.
The SDK allows interacting with Everlend general pools, specifically:
* getting general pools for tokens, e.g. there's a general pool for USDT, USDC etc.
* getting user's withdrawal requests
* preparing deposit transactions to a general pool
* preparing withdrawal request transactions from a general pool
* preparing withdrawal transactions from a general pool
It's still work in progress. In the future the SDK will be expanded with other useful features such as getting APYs for tokens etc.
## Installation

@@ -8,0 +24,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc