Nest logo Integration available

Streamline your liquidity management and risk assessment by connecting Nest to your automated blockchain workflows. Leverage Nest's deep DeFi intelligence to trigger complex rebalancing and withdrawal logic without manual intervention.

Public page

Open the user-facing integration overview for examples, templates, and sharing.

Action reference

Schema-level references for executable actions and test payloads.

Learn More
Trigger reference

Event and schedule triggers that can start B3OS workflows.

Learn More

Build With Nest

Use Nest when a workflow needs to call Nest Calculate Rebalance, Nest Check Withdrawal, Nest Deposit or related Nest operations from a typed B3OS action. Start in the visual editor to connect an account, then use the references below for payload shape, required fields, and API testing.

Available Actions

ActionIDConnectorRequired fields
Nest Calculate Rebalance logo Nest Calculate Rebalancenest-calculate-rebalance-balances, vaultApys
Nest Check Withdrawal logo Nest Check Withdrawalnest-check-withdrawal-tokenAddress, walletAddress
Nest Deposit logo Nest Depositnest-depositwalletvault, tellerAddress, amountPusdRaw
Nest Detect Balance logo Nest Detect Balancenest-detect-balance-walletAddress
Nest Get Vault APYs logo Nest Get Vault APYsnest-get-vault-apys--
Nest Leverage Iteration logo Nest Leverage Iterationnest-leverage-iterationwalletdepositAmountWei, minAmountWei, targetLtvWad
Nest Leverage Precheck logo Nest Leverage Prechecknest-leverage-precheckwalletinitialCapital
Nest Withdraw logo Nest Withdrawnest-withdrawwalletvault, tokenAddress, amountRaw

Available Triggers

No trigger references are published for this integration yet.

Common Use Cases

Automated Yield Optimization

Use 'Nest Get Vault APYs' to periodically scan for the highest returns and trigger a rebalance workflow to move assets to the most profitable vaults.

Dynamic Leverage Management

Automate risk mitigation by running 'Nest Leverage Precheck' before any transaction to ensure your collateral ratios stay within your predefined safety zone.

Smart Liquidity Rebalancing

Connect 'Nest Detect Balance' with 'Nest Calculate Rebalance' to automatically redistribute assets across protocols when your wallet balance deviates from your target allocation.

Automated Deposit & Withdrawal Cycles

Create hands-free investment cycles by combining 'Nest Deposit' and 'Nest Check Withdrawal' to systematically enter and exit DeFi positions based on market volatility.

Connector Notes

  • Create the connector from a trusted B3OS organization before publishing workflows that call external accounts.
  • Keep OAuth tokens, API keys, bot tokens, channel IDs, and account IDs in connector settings or workflow props, not in reusable public template text.
  • Test with the visual editor or POST /v1/actions/{type}/test before routing production traffic.
TemplateDescriptionTags
Plume: Auto-Rebalance your Nest Vaults DailyMoves your pUSD between Nest vaults on Plume to chase higher APYs. Runs daily at 08:00 UTC. W...defi, nest, vault
Plume: Looped pUSD Yield via Nest + MorphoThis workflow builds a leveraged pUSD yield position on Plume by looping deposits between Nes...defi, lending, nest, plume

FAQ

You can use Nest actions like 'Nest Calculate Rebalance' and 'Nest Withdraw' within B3OS workflows to automatically adjust your positions based on real-time market data and vault APYs.

Yes, by integrating 'Nest Leverage Precheck' and 'Nest Leverage Iteration' into your B3OS workflows, you can programmatically ensure your positions remain within safe collateralization parameters.

Nest provides automated tools such as 'Nest Get Vault APYs' and 'Nest Detect Balance' to help your workflows identify the most profitable yield opportunities and monitor available liquidity in real-time.

Absolutely. You can build a workflow that triggers a 'Nest Withdraw' action based on specific conditions, such as a drop in vault APY or a detected balance threshold.

Yes, the 'Nest Leverage Precheck' action allows your automated workflows to verify risk levels before executing any new leverage-based transactions, minimizing liquidation risks.