> ## Documentation Index
> Fetch the complete documentation index at: https://injectivelabs-docs-ai-sdk.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 测试网提案

假设你想在 `testnet` 上提交一个提案。由于提案的投票时间较短，我们建议降低提案的押金，以避免提案直接进入投票阶段。基本上，押金应该略低于 `min_deposit` 值。

提交提案后，你应该联系团队：

1. 加入 [Injective Discord 服务器](https://discord.gg/injective) 并找到相关频道。
2. 加入 [Injective 开发者 Telegram 频道](https://t.me/+8Y_0HOFLhnRlZDU9)。

以下是 `GrantProviderPrivilegeProposal` 的示例：

```bash theme={null}
injectived tx oracle grant-provider-privilege-proposal YOUR_PROVIDER \
  YOUR_ADDRESS_HERE \
  --title="提案标题" \
  --description="将 PROVIDER 注册为 oracle 提供者" \
  --chain-id=injective-888 \
  --from=local_key \
  --node=https://testnet.sentry.tm.injective.network:443 \
  --gas-prices=160000000inj \
  --gas=20000000 \
  --deposit="40000000000000000000inj" <-- 使用此金额
```
