Application Process
Step-by-step guide to applying for a token launch on Trenches. Review timeline and what to expect.
import { Callout, Steps } from 'fumadocs-ui/components';
📝 Application Process
Apply to have your token featured on Trenches. The process takes 10-15 minutes and you'll receive a response within 48 hours.
Before applying: Make sure you meet the minimum requirements — $20,000 minimum reserve and token on a supported chain.
---
Before You Apply
Checklist
- [ ] Token contract deployed on supported chain
- [ ] $20,000+ worth of tokens for reserve
- [ ] Project website or social presence
- [ ] Valid contact email
- [ ] Decision: Premarket or Live token?
- [ ] Decision: Which trench level? (RAPID/MID/DEEP)
Supported Chains
| Chain | Chain ID | Status |
|---|---|---|
| Ethereum | 1 | ✅ Supported |
| Base | 8453 | ✅ Supported |
| Arbitrum | 42161 | ✅ Supported |
| BSC | 56 | ✅ Supported |
| HyperEVM | 999 | ✅ Supported |
| Solana | - | ✅ Supported |
Don't see your chain? We're adding more based on project demand. Contact us if you're on a different chain.
---
The Application
### Project Information
| Field | Required | Description |
|-------|----------|-------------|
| Project Name | ✅ Yes | Your project/brand name (2-100 chars) |
| Description | ❌ No | Brief project overview (max 2000 chars) |
| Website | ❌ No | Official project URL |
| Twitter Handle | ❌ No | @username for verification |
| Telegram Handle | ❌ No | Group or channel link |
| Discord Link | ❌ No | Server invite URL |
### Token Information
| Field | Required | Description |
|-------|----------|-------------|
| Token Symbol | ✅ Yes | Ticker (1-10 chars, e.g., "BLT") |
| Token Name | ❌ No | Full token name |
| Token Address | ❌ No | Contract address (0x... format) |
| Chain ID | ✅ Yes | Network your token is on |
| Token Decimals | ✅ Yes | Usually 18 (0-18 range) |
### Campaign Settings
| Field | Required | Description |
|-------|----------|-------------|
| Initial Reserve | ✅ Yes | USD value of tokens ($20k-$1M) |
| Trench Level | ✅ Yes | rapid, mid, or deep |
All trenches target 1.5x returns. Target: 50% return regardless of which trench they choose. Actual results depend on market conditions.
### Contact Information
| Field | Required | Description |
|-------|----------|-------------|
| Contact Email | ✅ Yes | Primary contact for approvals |
| Contact Telegram | ❌ No | Direct Telegram handle |
---
Submit Your Application
Send a POST request to our application endpoint:
curl -X POST https://app.playtrenches.xyz/api/projects/apply \
-H "Content-Type: application/json" \
-d '{
"name": "Your Project Name",
"tokenSymbol": "SYMBOL",
"chainId": 8453,
"initialReserve": 50000,
"trenchLevel": "mid",
"contactEmail": "founder@yourproject.com",
"website": "https://yourproject.com",
"twitterHandle": "@yourproject"
}'Or use our web form (coming soon).
---
After Submission
What Happens Next
| Timeline | Action |
|---|---|
| Immediately | Application received, confirmation sent |
| 0-24 hours | Initial review for completeness |
| 24-48 hours | Team review and decision |
| Approval | You'll receive next steps for reserve funding |
| Rejection | Reason provided, can reapply |
Status Tracking
Check your application status anytime:
curl https://app.playtrenches.xyz/api/projects/applyReturns configuration and your application status.
---
FAQ
Q: Can I reapply if rejected?
A: Yes. Address the feedback and submit a new application anytime.
Q: How long does review take?
A: Typically 24-48 hours. Complex applications may take longer.
Q: Can I update my application after submitting?
A: Contact us directly with changes. For major changes, you may need to reapply.
Q: What increases my chances of approval?
A: Complete information, active social presence, clear project purpose, and adequate reserve.
Q: Can I apply for multiple trenches?
A: Start with one. After successful rotation, you can expand to others.
Q: What if my token isn't deployed yet?
A: You can apply as premarket, but you'll need the contract address before going live.
---
Ready to Apply?
Make sure you've reviewed:
Questions before applying? Contact our founder on Twitter, Telegram (@playtrenches), or Discord.