AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Upshift

skill-canddao1-dotcom-flare-agent-skills-upshift · by canddao1-dotcom

Upshift Finance yield vaults. Deposit/withdraw from FXRP vault (earnXRP), check yields, monitor positions. Triggers on "/upshift", "upshift finance", "earnxrp", "fxrp vault", "yield vault".

No reviews yet
0 installs
21 views
0.0% view→install

Install

$ agentstack add skill-canddao1-dotcom-flare-agent-skills-upshift

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-canddao1-dotcom-flare-agent-skills-upshift)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Upshift? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Upshift Skill

Interact with Upshift Finance yield vaults on Flare network.

  • /upshift, "upshift vault", "earnXRP"

Quick Command

node skills/upshift/scripts/upshift.js  [options]

Subcommands

| Command | Description | |---------|-------------| | status | Vault TVL, share price, your balance | | deposit | Deposit FXRP to vault | | redeem | Instant redeem earnXRP for FXRP | | request | Request redemption (queued) | | balance [address] | Check earnXRP balance |

Usage Examples

# Check vault status
/upshift status

# Deposit 100 FXRP
/upshift deposit 100

# Redeem 50 earnXRP shares
/upshift redeem 50

# Check balance
/upshift balance

Contract Addresses

| Contract | Address | |----------|---------| | Vault (Proxy) | 0x373D7d201C8134D4a2f7b5c63560da217e3dEA28 | | Implementation | 0xc689cc6441146f7c4986ed4f0e1eb6fc382859b2 | | Share Token (earnXRP) | 0xe533e447fd7720b2f8654da2b1953efa06b60bfa | | Asset (FXRP) | 0xAd552A648C74D49E10027AB8a618A3ad4901c5bE |

Interface (Non-standard)

NOT ERC4626 - Custom interface:

// Deposits - requires FXRP approval first
function deposit(address token, uint256 amount, address account)

// Redemptions
function instantRedeem(uint256 wNLPAmount, address to) returns (uint256)
function requestRedeem(uint256 _shares, address _token)

Notes

  • Share token is earnXRP (6 decimals)
  • FXRP is 6 decimals
  • Two-step redemption: instant or request/claim
  • Vault uses TransparentUpgradeableProxy pattern

Routing Guide

Don't use when...

  • Swapping FXRP (use /swap)
  • Managing LP positions (use /lp)
  • Checking portfolio (use /portfolio — includes Upshift)

Use when...

  • Depositing FXRP into Upshift yield vault
  • Checking earnXRP balance and vault status
  • Redeeming earnXRP back to FXRP

Edge Cases

  • NOT ERC4626 — custom interface, don't use standard vault ABIs
  • Deposit fee ~0.3%
  • Two redemption paths: instant (if available) or request queue
  • Requires FXRP approval before deposit

Success Criteria

  • Status shows vault TVL and share price
  • Deposit returns tx hash and earnXRP received
  • Redeem returns FXRP amount and tx hash

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.