nebula

an unaudited Stellar testnet vault that supplies XLM to Blend and issues liquid, value-accruing nXLM shares.

year
2026
status
in progress
stack
sorobanrustnext.jstypescriptpostgresqlstellar
  • nebula screenshot 1
  • nebula screenshot 2
  • nebula screenshot 3
  • nebula screenshot 4
  • nebula screenshot 5
  • nebula screenshot 6
  • nebula screenshot 7

notes

problem

my role

decisions

  • The share price is derived from tracked assets and supply, with conversions rounded against the caller so repeated dust operations cannot drain value.
  • Direct token donations do not alter tracked assets, preventing the classic first-depositor inflation path.
  • Redemptions remain available even when other operations are paused, and venue losses are marked before exits are priced.
  • The interface identifies testnet state and separates protocol explanation from wallet actions.

evidence

  • 64 contract tests cover accounting, lifecycle, access control, rounding, liquidity, drawdowns, and attack cases.
  • An earlier testnet deployment exercised the real allowance, transfer, Blend supply, harvest, and redemption paths.
  • The event indexer records contract activity into PostgreSQL through an idempotent scheduled sync.

limitations