Our DApp is live but two areas still misbehave: actions inside the user dashboard do not respond, and token balance / transfer calls occasionally fail or return stale data. I need you to step into the existing React-based codebase, pinpoint what is blocking those interactions, and commit clean, well-documented fixes. You will have direct access to the current repository, smart-contract ABIs, and a staging RPC. The workflow I picture is: • Audit the user-dashboard components, track where clicks or dispatches stall, and restore full responsiveness without breaking current styling. • Trace the Web3 provider hooks that fetch balances and send transfers, correct any state-management or contract-call logic so balances update in real time and transfers resolve every time. • Supply concise comments or a short README note on what was changed and why, so the next deploy is trouble-free. Please be comfortable with React, ethers.js (or web3.js), MetaMask integration, and Git for PRs. If you can deliver a fully responsive dashboard and rock-solid token flow, that is success.