SOLANA INTEGRATION TESTINGSTOCKLAB / 01

Inspect the
assumption.

Explore the evidence behind token behavior. Trace the quantities, timing, and events that shape an integration.

No wallet requiredNo-value test assets
SYNTHETIC EXAMPLE LIBRARYTransfer quantities/Price timing/Event attributionEXPLORE BELOW

The example library.

Synthetic fixtures · no execution

Example report

/rev 01

Example failureSYNTHETIC RESULT

The example transfers twice the requested displayed quantity.

Reference integration · faultyDisplayed transfer quantity
0 example checks pass3 fail0 unresolved

Expected vs. observed

Illustrated values

“Observed” values below are authored samples, not measurements from a test.

Check / measurementExpectedObserved (sample)
Displayed quantityfail · exact
10LABEQ displayed units20LABEQ displayed units
Atomic transferfail · exact
5,000,000LABEQ atomic units10,000,000LABEQ atomic units
Unscaled quantityfail · exact
5LABEQ unscaled tokens10LABEQ unscaled tokens

Findings 01

Evidence-linked guidance
Displayed intent becomes a larger transferdisplayed-quantityhigh impact

In this synthetic example, the recipient gets twice the displayed quantity requested. The sender’s illustrated atomic balance decreases by the same amount.

Expected
10 LABEQ displayed units · 5,000,000 atomic units
Sample observation
20 LABEQ displayed units · 10,000,000 atomic units

Suggested correction

Convert the user intent using the active mint conversion before constructing the atomic transfer. Phase 2 must verify the program conversion, activation time, rounding, and residual dust against independent observations.

expectationoutcomeproposed-plan

Evidence trail

Conceptual order · no execution timing
  1. 01

    Initial account snapshot

    Illustrated measurements; no account was read.

    SAMPLE
  2. 02

    Expected transfer from the sample intent

    Authored expectation for the simple multiplier-2 illustration.

    SAMPLE
  3. 03

    Illustrative adapter proposal

    Descriptive unsigned plan. It was not submitted or executed.

    SAMPLE
  4. 04

    Illustrated recipient and sender outcome

    Synthetic after amounts. A future runner must observe actual account changes independently.

    SAMPLE
Checked-in fixture transfer-faultySchema 1.0.0 · Synthetic

StockLab checks integration behavior. This preview validates report contracts; it does not validate an integration or certify its safety.