## Market page (`src/pages/Market/index.tsx`) 1. Self-explanatory variable naming, or a description should be added as a comment. [Link](https://vscode.dev/github/KEEP-Finance/Interface/blob/66795128218d934f8809ac4525ed88535ec273dd/src/pages/Market/index.tsx#L54) 2. Separate UI states and data into sections, use comment to group them. 3. Give an overview of data fetching and processing logics, and provide a sample data format in comment.