- Common Errors
- Wallet Issues
- Transaction Problems
- Access and Unlock Issues
- Browser Cache and State
- Debugging Tips
- FAQ
Error Message:
"InsufficientBalance" or "Insufficient balance in account"
Causes:
- Your Stellar wallet doesn't have enough XLM to cover the transaction fee
- You're trying to purchase a prompt but don't have enough XLM for both the purchase and the network fee
- Network fees have increased (rare, but possible)
- Account requires minimum XLM reserve balance
Solutions:
-
Check Your Current Balance:
- Open Freighter wallet extension
- Look at your XLM balance on the main dashboard
- Ensure you have at least:
prompt_price + 0.01 XLM(for network fees)
-
Fund Your Account:
- Go to a Stellar faucet (e.g., Stellar Development Foundation testnet faucet for testnet work)
- For mainnet, purchase XLM from an exchange (Coinbase, Kraken, etc.)
- Wait for the transaction to confirm (usually 5-10 seconds)
-
Check for Minimum Reserve:
- Stellar accounts require a minimum balance: 1 XLM for base + additional XLM per subentries
- The PromptHash contract may hold some XLM for operational balances
- Keep at least 2-3 XLM free to avoid hitting this limit
-
Verify Network Conditions:
- Check Stellar Dashboard for current network status
- Network fees are minimal (typically 100 stroops = 0.00001 XLM)
- Transactions may queue if network is congested (rare)
-
Try These Steps:
a) Clear wallet cache and reconnect b) Refresh the browser and try again c) Wait 30 seconds and retry (may be transient) d) Ensure your wallet is connected to the correct network (testnet vs mainnet)
Still experiencing issues? See the Debugging Tips section below.
Error Message:
"Signature verification failed" or "Invalid wallet signature"
Causes:
- The wallet signature on the unlock request doesn't match what the server expects
- The challenge token has expired (challenge tokens are only valid for 5 minutes)
- The signed message was altered between signature and verification
- Browser wallet connection was interrupted
- Nonce mismatch between client and server
Solutions:
-
Check Challenge Token Expiration:
- Challenge tokens are short-lived (5 minutes maximum)
- If too much time passed between requesting the challenge and signing, the token expired
- Solution: Request a fresh challenge token and complete the unlock quickly
-
Verify Wallet Connection:
- Open Freighter wallet
- Ensure you're connected to PromptHash Stellar
- Verify the connected wallet address matches the one that purchased the prompt
- If disconnected, reconnect and try again
-
Check Browser Wallet State:
- Close and reopen the Freighter extension
- Refresh the PromptHash page
- Reconnect your wallet
- Try the unlock process again
-
Signing Message Integrity:
- Ensure nothing interrupts the signing flow
- Don't modify the challenge message in your wallet before signing
- Look for a message like:
"Sign this challenge to unlock: [UUID]" - Don't edit it - sign the exact message as presented
-
Network Connectivity:
- Ensure your internet connection is stable
- Try with a wired connection if on WiFi
- Disable VPN/proxy if using one (may interfere with wallet communication)
-
Clear Wallet and Browser Cache:
- See Browser Cache and State section
- Restart browser completely
- Reconnect wallet fresh
Debugging the Error:
- Open browser console (F12 → Console tab)
- Look for error messages about signature verification
- Copy any error details and share in troubleshooting discussions
Problem: Freighter or other wallet extension won't connect to PromptHash Stellar.
Solutions:
- Install Freighter: https://www.freighter.app/
- Ensure you're on a Stellar-compatible browser (Chrome, Firefox, Brave)
- Grant PromptHash permission to access your wallet:
- Look for permission popup when connecting
- Click "Approve" or "Connect"
- Check wallet is connected to the correct network (testnet/mainnet)
- Try connecting from an incognito/private window
- Restart browser completely
Problem: The address shown in PromptHash doesn't match your Freighter wallet.
Solutions:
- Ensure only one Freighter wallet is installed/enabled
- Check you're not using multiple browser profiles with different wallets
- Verify the address in Freighter matches what PromptHash displays
- Disconnect and reconnect the wallet
- Click your wallet address in PromptHash to verify it's correct
Problem: Your purchase transaction is stuck in "pending" state for more than a minute.
Solutions:
-
Check Transaction Status:
- Wait up to 1-2 minutes (Stellar consensus is typically 3-5 seconds)
- Refresh the page to see updated status
- Check Stellar Expert with your wallet address
-
Network Congestion:
- If too many transactions are queuing, your transaction may be delayed
- This is rare but possible during network stress
- Your transaction will eventually confirm
-
Cancel and Retry:
- After 3+ minutes, you can safely retry the transaction
- The previous one will fail or eventually confirm
- You'll only be charged if the transaction actually succeeded
-
Check Account Status:
- Verify your account still has sufficient XLM
- Ensure you're not at the minimum reserve limit
Error Message:
"This wallet has not purchased access to this prompt" or similar
Causes:
- Your wallet hasn't purchased this prompt
- You purchased with a different wallet address
- The purchase transaction didn't finalize on-chain
- Contract hasn't indexed your purchase yet
Solutions:
-
Verify Wallet Address:
- Check connected wallet in PromptHash
- Go to your purchase history
- Verify the purchase was made with THIS wallet
- If purchased with different wallet, switch to that one
-
Wait for Contract Indexing:
- After purchase, wait 10-30 seconds for the contract to process
- Refresh the page
- Try unlock again
-
Check Purchase Receipt:
- Go to Profile → My Purchases
- Verify the prompt appears in your list
- If not listed, the purchase didn't complete
-
Contact Support:
- If you're certain you purchased but can't access, collect:
- Wallet address
- Prompt ID
- Transaction hash (from Stellar Expert)
- Screenshot of error
- If you're certain you purchased but can't access, collect:
Problem: The unlock button is greyed out or won't respond to clicks.
Solutions:
- Ensure wallet is connected (check connection status in top-right)
- Reload the page (browser may be in corrupted state)
- Verify you have a valid wallet connected
- Clear browser cache (see section below)
- Try in a different browser
- Check console for errors (F12 → Console)
Why Clear Cache?
- Old wallet connections can cause conflicts
- Outdated contract state can cause incorrect behavior
- UI state can become corrupted
Steps to Clear Cache (Chrome):
- Press
Ctrl+Shift+Delete(orCmd+Shift+Deleteon Mac) - Select "All time" for time range
- Check: Cookies, Cached images/files
- Uncheck: Passwords (optional - keeps login info)
- Click "Clear data"
- Refresh PromptHash page
Steps to Clear Cache (Firefox):
- Press
Ctrl+Shift+Delete(orCmd+Shift+Deleteon Mac) - Click "Clear All"
- Or: Menu → Settings → Privacy → Clear Recent History
Clearing Freighter Wallet State:
- Open Freighter extension
- Click Settings (gear icon)
- Look for "Clear Cache" or "Reset" option
- Click to clear
- Log back in
Opening Console:
- Windows/Linux: Press
F12orCtrl+Shift+J - Mac: Press
Cmd+Option+J - Then click the "Console" tab
Common Errors to Look For:
CORS error- cross-origin request blockedNetwork error- server unreachableTypeError- code execution problemSyntaxError- code parsing issue
Capturing Error Information:
1. Reproduce the error
2. Take screenshot of console
3. Look for red error messages
4. Copy the full error text
5. Share in support channel with steps to reproduce
To see network requests:
- Open Developer Tools (F12)
- Click "Network" tab
- Reproduce the error
- Look for failed requests (red text)
- Click on failed request to see details
What to look for:
- Status code: 200 (good), 4xx (client error), 5xx (server error)
- Response: Check the server's error message
- Headers: Verify correct endpoints
Using Stellar Expert:
- Go to https://stellar.expert
- Search for the PromptHash contract address
- View: Balances, Transactions, State
- Verify your wallet shows in purchase records
A: Stellar transactions finalize in 3-5 seconds. The contract updates immediately. However:
- UI refresh may take 10-30 seconds for indexer to catch up
- Always wait and refresh before reporting issues
A: Check with the platform terms. Purchases are typically final, as access is verified on-chain. Disputes should be escalated to platform support.
A: Your purchase rights are tied to your wallet address on the blockchain. If you lose wallet access:
- Purchase rights are permanently tied to that address
- You'll need that same wallet/account to unlock prompts
- Recovery depends on your wallet backup/recovery phrase
A: Check the platform documentation. Most development/testing is on testnet. Mainnet access should be announced officially.
A: Yes, but each wallet is independent:
- Purchases are per wallet
- Each wallet sees only its own purchases
- You can freely switch wallets
A: See SECURITY.md in the repository root for responsible disclosure guidelines.
- Check the Docs: docs/overview.md, docs/architecture.md
- GitHub Issues: Search existing issues for similar problems
- Create an Issue: Provide Stellar transaction hash, wallet address, and exact error message
- Security Concerns: Follow SECURITY.md for responsible disclosure