General Questions
What is Aven?
What is Aven?
What is Stellar Testnet?
What is Stellar Testnet?
Do I need XLM to use Aven?
Do I need XLM to use Aven?
Can I use Aven without the CLI?
Can I use Aven without the CLI?
aven-stellar) is required to track work sessions and generate the cryptographic session reports used for payment verification.For Workers
The CLI says 'No active Aven work session was found' when I try to stop
The CLI says 'No active Aven work session was found' when I try to stop
npx aven-stellar start), or the session file was deleted. Check .aven/session.json in your repository root. If it’s missing, start a new session and work from that point forward.My auth token expired — what do I do?
My auth token expired — what do I do?
npx aven-stellar start again. The CLI will detect the expired token and prompt you to re-authorize in the browser via Freighter. Your stream configuration (stream ID and dashboard URL) is preserved from the previous session.The CLI says I'm not the stream recipient
The CLI says I'm not the stream recipient
My active seconds are lower than expected
My active seconds are lower than expected
Can I run multiple sessions at once?
Can I run multiple sessions at once?
npx aven-stellar stop before starting a new one.What happens to .aven/ files?
What happens to .aven/ files?
.aven/ directory stores your session state, configuration, and report locally on your machine. It should be added to .gitignore and never committed to your repository. The CLI creates this directory automatically when you run start for the first time.For Clients
Can I cancel a stream after a worker has already submitted sessions?
Can I cancel a stream after a worker has already submitted sessions?
What happens if I don't respond to a work session?
What happens if I don't respond to a work session?
Is the payment immediate when I approve?
Is the payment immediate when I approve?
Technical Questions
Why does my transaction fail with 'op_no_trust'?
Why does my transaction fail with 'op_no_trust'?
What is a Soroban / Stellar smart contract?
What is a Soroban / Stellar smart contract?
Where can I explore Aven transactions on-chain?
Where can I explore Aven transactions on-chain?
Can I verify an attestation independently?
Can I verify an attestation independently?
get_score_breakdown function, or look up the attestation contract address directly on Stellar Expert (Testnet) to see every minted record.