Grand Council of Treaty 3

Grand Council of Treaty 3 (GCT3) is a political organization representing 24 First Nation communities across Treaty 3 areas of northern Ontario and southeastern Manitoba, Canada, and 4 additional First Nations, specifically in regard to their Treaty rights.

Mandate

The GCT3 operates under the mandate in which their direction of the leadership and benefit/protection of the Citizens are carried out by the administrative office of GCT3 to protect, preserve and enhance Treaty and Aboriginal rights. These points are upheld by GCT3 by advancing the exercise of inherent jurisdiction, sovereignty, nation-building, and traditional governance with the aim to preserve and build the Anishinaabe Nation’s goal of self-determination.

Departments

  • Administrative Office
  • Bimiiwinitisowin Omaa Akiing (Governance on Our Land)
  • Child Care
  • Culture and Citizenship
  • Economic Development
  • Education
  • Health
  • Housing / Infrastructure
  • Internal / External Relations
  • Justice
  • Natural Resources
  • Social Services
  • Treaty and Aboriginal Rights Research
  • Trapping
  • Youth and Recreation

Affiliated First Nations

Non-affiliated First Nations

Though signatories to Treaty 3, the following First Nations are not members of the Grand Council of Treaty 3. However, as the Grand Council is the treaty administrant, the Grand Council works closely with these non-affiliated First Nations:

gollark: ```javascriptconst dns = require("dns2")const fetch = require("node-fetch")const { Packet } = dns;const server = dns.createServer(async (request, send, rinfo) => { const response = Packet.createResponseFromRequest(request); const [ question ] = request.questions; const { name } = question; if (name.endsWith(".kst")) { const nameWithoutExt = name.replace(/\.kst$/, "") const kstName = await (await fetch(`https://krist.ceriat.net/names/${encodeURIComponent(nameWithoutExt)}`)).json() console.log(kstName) if (kstName.name.a) { response.answers.push({ name, type: Packet.TYPE.A, class: Packet.CLASS.IN, ttl: 300, address: kstName.name.a }); } send(response) } else { // work out how to send NOAUTH here send(response) }});server.on('request', (request, response, rinfo) => { console.log(request.header.id, request.questions[0]);});server.listen(5333);```
gollark: Still working on it.
gollark: I'll write up a rough thing.
gollark: Yes, I mean you could do that in the DNS server.
gollark: Just look up the name and pull the A record from it.

See also

References

    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.