Create a new STV or STV stETH pool on Lido v3

Generates the transaction to deploy a new pool using the wrapper factory.
Set poolType to "stv" for a basic STV pool or "stvSteth" for an
STV stETH pool with minting capabilities. When poolType is "stvSteth",
reserveRatioGapBP is required.

Body Params

Parameters for creating a new STV pool on Lido v3

vaultConfig
object
required

Configuration parameters for vault creation

commonPoolConfig
object
required

Common configuration shared across all pool types

timelockConfig
object
required

Configuration for timelock controller deployment

boolean
required

Whether the pool requires an allowlist for deposits

string
required
^0x[a-fA-F0-9]{40}$

Address to be granted the ALLOW_LIST_MANAGER_ROLE. Required when allowlistEnabled is true.

string
enum
required

Type of pool to create. "stv" for basic STV pool, "stvSteth" for STV stETH pool with minting capabilities.

Allowed:
string

Maximum allowed reserve ratio gap in basis points. Required when poolType is "stvSteth". Passed as a bigint string.

string
^0x[a-fA-F0-9]{40}$

Optional Ethereum address to simulate the transaction from. If provided, the transaction will be simulated and any revert errors will be returned.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json