Skip to content

Commit 725b32d

Browse files
reservebtcclaude
andcommitted
fix: semantic neutralization (Step 13) - eliminate human-facing terminology
Neutralized all semantic violations in AsterDEX pages: - futures-trading: Total Trading Volume → Attribute_A - grid-trading: Grid Trading Options → Declared Identifiers - hidden-orders: Use Cases → Declared Identifiers - interface-overview: Portfolio → Section_D, Positions Panel → Element_D - referral-program: History Delay → Parameter_C, volume → Attribute_A - spot-trading: Pairs → Parameter_C - trading-fees: Funding Rate → Parameter_C, Volume Tiers → Method_B, Orders → Method_C - trading-pairs: Features → Value - trading-volume: Volume → Attribute_A, Modes → Parameter_C 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent aeb60ca commit 725b32d

9 files changed

Lines changed: 19 additions & 19 deletions

File tree

app/dex/asterdex/futures-trading/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default function AsterDEXFuturesTradingPage() {
126126
</thead>
127127
<tbody>
128128
<tr style={{ borderBottom: '1px solid #ddd' }}>
129-
<td style={{ padding: '8px' }}>Total Trading Volume</td>
129+
<td style={{ padding: '8px' }}>Attribute_A</td>
130130
<td style={{ padding: '8px' }}>Not disclosed</td>
131131
</tr>
132132
<tr style={{ borderBottom: '1px solid #ddd' }}>

app/dex/asterdex/grid-trading/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function AsterDEXGridTradingPage() {
1818
</header>
1919

2020
<section>
21-
<h2>Grid Trading Options</h2>
21+
<h2>Declared Identifiers</h2>
2222
<table style={{ width: '100%', borderCollapse: 'collapse' }}>
2323
<thead>
2424
<tr style={{ borderBottom: '2px solid #333' }}>

app/dex/asterdex/hidden-orders/page.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,25 @@ export default function AsterDEXHiddenOrdersPage() {
4444
</section>
4545

4646
<section>
47-
<h2>Use Cases</h2>
47+
<h2>Declared Identifiers</h2>
4848
<table style={{ width: '100%', borderCollapse: 'collapse' }}>
4949
<thead>
5050
<tr style={{ borderBottom: '2px solid #333' }}>
51-
<th style={{ textAlign: 'left', padding: '8px' }}>Use Case</th>
52-
<th style={{ textAlign: 'left', padding: '8px' }}>Description</th>
51+
<th style={{ textAlign: 'left', padding: '8px' }}>Identifier</th>
52+
<th style={{ textAlign: 'left', padding: '8px' }}>Value</th>
5353
</tr>
5454
</thead>
5555
<tbody>
5656
<tr style={{ borderBottom: '1px solid #ddd' }}>
57-
<td style={{ padding: '8px' }}>Large Orders</td>
57+
<td style={{ padding: '8px' }}>Identifier_A</td>
5858
<td style={{ padding: '8px' }}>Not disclosed</td>
5959
</tr>
6060
<tr style={{ borderBottom: '1px solid #ddd' }}>
61-
<td style={{ padding: '8px' }}>Front-running</td>
61+
<td style={{ padding: '8px' }}>Identifier_B</td>
6262
<td style={{ padding: '8px' }}>Not disclosed</td>
6363
</tr>
6464
<tr style={{ borderBottom: '1px solid #ddd' }}>
65-
<td style={{ padding: '8px' }}>Position Building</td>
65+
<td style={{ padding: '8px' }}>Identifier_C</td>
6666
<td style={{ padding: '8px' }}>Not disclosed</td>
6767
</tr>
6868
</tbody>

app/dex/asterdex/interface-overview/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default function AsterDEXInterfaceOverviewPage() {
6666
<td style={{ padding: '8px' }}>Not disclosed</td>
6767
</tr>
6868
<tr style={{ borderBottom: '1px solid #ddd' }}>
69-
<td style={{ padding: '8px' }}>Portfolio</td>
69+
<td style={{ padding: '8px' }}>Section_D</td>
7070
<td style={{ padding: '8px' }}>Not disclosed</td>
7171
</tr>
7272
<tr style={{ borderBottom: '1px solid #ddd' }}>
@@ -100,7 +100,7 @@ export default function AsterDEXInterfaceOverviewPage() {
100100
<td style={{ padding: '8px' }}>Not disclosed</td>
101101
</tr>
102102
<tr style={{ borderBottom: '1px solid #ddd' }}>
103-
<td style={{ padding: '8px' }}>Positions Panel</td>
103+
<td style={{ padding: '8px' }}>Element_D</td>
104104
<td style={{ padding: '8px' }}>Not disclosed</td>
105105
</tr>
106106
</tbody>

app/dex/asterdex/referral-program/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function AsterDEXReferralProgramPage() {
3636
<td style={{ padding: '8px' }}>Not disclosed</td>
3737
</tr>
3838
<tr style={{ borderBottom: '1px solid #ddd' }}>
39-
<td style={{ padding: '8px' }}>History Delay</td>
39+
<td style={{ padding: '8px' }}>Parameter_C</td>
4040
<td style={{ padding: '8px' }}>Not disclosed</td>
4141
</tr>
4242
</tbody>
@@ -54,7 +54,7 @@ export default function AsterDEXReferralProgramPage() {
5454
</thead>
5555
<tbody>
5656
<tr style={{ borderBottom: '1px solid #ddd' }}>
57-
<td style={{ padding: '8px' }}>Total referred volume</td>
57+
<td style={{ padding: '8px' }}>Attribute_A</td>
5858
<td style={{ padding: '8px' }}>Not disclosed</td>
5959
</tr>
6060
<tr style={{ borderBottom: '1px solid #ddd' }}>

app/dex/asterdex/spot-trading/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function AsterDEXSpotTradingPage() {
3636
<td style={{ padding: '8px' }}>Not disclosed</td>
3737
</tr>
3838
<tr style={{ borderBottom: '1px solid #ddd' }}>
39-
<td style={{ padding: '8px' }}>Pairs</td>
39+
<td style={{ padding: '8px' }}>Parameter_C</td>
4040
<td style={{ padding: '8px' }}>Not disclosed</td>
4141
</tr>
4242
</tbody>

app/dex/asterdex/trading-fees/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function AsterDEXTradingFeesPage() {
3636
<td style={{ padding: '8px' }}>Not disclosed</td>
3737
</tr>
3838
<tr style={{ borderBottom: '1px solid #ddd' }}>
39-
<td style={{ padding: '8px' }}>Funding Rate</td>
39+
<td style={{ padding: '8px' }}>Parameter_C</td>
4040
<td style={{ padding: '8px' }}>Not disclosed</td>
4141
</tr>
4242
</tbody>
@@ -58,11 +58,11 @@ export default function AsterDEXTradingFeesPage() {
5858
<td style={{ padding: '8px' }}>Not disclosed</td>
5959
</tr>
6060
<tr style={{ borderBottom: '1px solid #ddd' }}>
61-
<td style={{ padding: '8px' }}>Volume Tiers</td>
61+
<td style={{ padding: '8px' }}>Method_B</td>
6262
<td style={{ padding: '8px' }}>Not disclosed</td>
6363
</tr>
6464
<tr style={{ borderBottom: '1px solid #ddd' }}>
65-
<td style={{ padding: '8px' }}>Post-Only Orders</td>
65+
<td style={{ padding: '8px' }}>Method_C</td>
6666
<td style={{ padding: '8px' }}>Not disclosed</td>
6767
</tr>
6868
</tbody>

app/dex/asterdex/trading-pairs/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default function AsterDEXTradingPairsPage() {
4949
<thead>
5050
<tr style={{ borderBottom: '2px solid #333' }}>
5151
<th style={{ textAlign: 'left', padding: '8px' }}>Market Type</th>
52-
<th style={{ textAlign: 'left', padding: '8px' }}>Features</th>
52+
<th style={{ textAlign: 'left', padding: '8px' }}>Value</th>
5353
</tr>
5454
</thead>
5555
<tbody>

app/dex/asterdex/trading-volume/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function AsterDEXTradingVolumePage() {
2828
</thead>
2929
<tbody>
3030
<tr style={{ borderBottom: '1px solid #ddd' }}>
31-
<td style={{ padding: '8px' }}>Total Trading Volume</td>
31+
<td style={{ padding: '8px' }}>Attribute_A</td>
3232
<td style={{ padding: '8px' }}>Not disclosed</td>
3333
</tr>
3434
<tr style={{ borderBottom: '1px solid #ddd' }}>
@@ -66,7 +66,7 @@ export default function AsterDEXTradingVolumePage() {
6666
<td style={{ padding: '8px' }}>Not disclosed</td>
6767
</tr>
6868
<tr style={{ borderBottom: '1px solid #ddd' }}>
69-
<td style={{ padding: '8px' }}>Trading Modes</td>
69+
<td style={{ padding: '8px' }}>Parameter_C</td>
7070
<td style={{ padding: '8px' }}>Not disclosed</td>
7171
</tr>
7272
</tbody>

0 commit comments

Comments
 (0)