Pendulum Docs
  • Learn
    • Welcome to Pendulum
    • Our Journey
    • Litepaper
    • Tokenomics
      • Token Utility
      • Unlocking Vesting Tokens
    • Roadmap
    • Grants Received
  • Build
    • Introduction
    • Network Parameters
    • Build Environment
      • Local relay chain setup
      • Local Pendulum chain setup
      • Pre-Configured Pendulum
        • Install
        • Configure
        • Launch
        • Sub-commands
          • export-genesis
          • generate-specs
          • generate-docker
      • Foucoco (testnet)
      • Troubleshooting
    • Developing dApps
      • ink!
    • Node Operators
      • Collators
        • Collators List
        • Set up Collator
          • Hardware Requirements
          • Ubuntu Installation
          • Docker Installation
          • Keys Management
          • Become a Collator
          • Node upgrade instructions
      • Spacewalk Vaults
    • Integrations
      • Indexers
      • Oracles
      • Wallets
    • Spacewalk (Stellar bridge)
      • User
        • Spacewalk Step-by-step guide
          • Asset Redemption Post-Vault Liquidation
      • Operating a Vault client
        • Getting Started
          • Testing it locally
            • Building pallets and testchain
            • Creating test accounts
            • Testing the vault client
        • Usage
          • Issue assets
          • Redeem assets
        • Collateral and Liquidation
          • Recovering a vault after liquidation
        • Fees, Costs and Incentives
        • Vault rewards
          • Claiming Vault rewards
        • Troubleshooting
          • Generating metadata
    • Forex AMM
      • Architecture
      • Swap User Guide
      • LP User Guide
        • Swap Pools
        • Backstop Pool
        • Cross Interaction
      • Coverage Ratio and Slippage
      • Deployment Parameters
      • Security and Audits
    • Technical FAQ
    • Status reports
      • 22-10-11 Foucoco stopped after runtime upgrade
  • Community
    • Crowdloan
      • Sign T&Cs for rewards
    • Staking
      • Choosing a Collator to Stake with for $PEN Staking Rewards
      • Delegation
      • Rewards
      • Further Operations on Delegators
    • Testnet Faucet
    • On chain identity guide
    • Cross-chain transfer KSM
    • Using Ledger
    • Governance
    • PEN and AMPE Wallets
    • Add PEN/DOT Liquidity to StellaSwap
    • Pendulum Grant Program
    • Amplitude Grants Program
    • Ambassador Program
    • Ambassador Bounties
  • Resources
    • FAQ
    • Links
      • Website
      • Github
      • Social Media
    • Audits
Powered by GitBook
On this page
  • With the Portal
  • Status of the Transaction
  • With Polkadot.js

Was this helpful?

Edit on GitHub
  1. Build
  2. Spacewalk (Stellar bridge)
  3. Operating a Vault client
  4. Usage

Redeem assets

Move tokens from the testchain to Stellar

PreviousIssue assetsNextCollateral and Liquidation

Last updated 1 year ago

Was this helpful?

With the Portal

Navigate to the bridge tab on the portal and click on "Back To Stellar" on the widget:

  • Select the asset and the amount you want to redeem

  • Enter your wallet address

From there, it might take up to 48h for the vault to transfer the funds back

Status of the Transaction

You can verify the status of your bridge requests anytime under the transfer page. You can also see the details if you need more information about the transaction.

With Polkadot.js

Similarly to an issue request, using the polkadot.js portal requires further knowledge:

  • Head to the Extrinsics tab

  • Select the redeem -> requestRedeem extrinsic

  • Fill in the values:

    • amountWrapped - the amount you want to bridge back to Stellar

    • stellarAddress - the address of the account that you want to receive the tokens on

    • vaultId::accountId - the account ID of the vault's Substrate account

    • vaultId::currencies::collateral - the token that the vault uses as collateral

    • vaultId::currencies::wrapped - the token that will be bridged

      • With the vaultId fields you are basically selecting the vault you want to use for bridging. In order for this to work, a vault with these values has to be registered on-chain.